You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks for this awesome library!
My feature request is to load a specific project manually instead of only when starting VS Code, that the select project pane is shown.
Any of these would be perfect for managing multiple projects in the workspace.
A VS Code settings entry that specifies the default project to open in the *.code-workspace file.
Another VS Code settings entry that specifies ignore patterns to not detect projects from.
A context menu item for the .YYP file to load it as the stitch project.
A command (with Ctrl-P) option to change/load a stitch project.
These are just some ideas. It would be really helpful instead of killing and relaunching vscode everytime and getting prompted for every .yyp file in the workspace.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Currently loading a project is coupled with loading the extension, so it can only happen at startup. It's definitely less than ideal, but it'd be a big refactor to make this possible. So a post-launch, manual option is not something I'll likely be able to do any time soon.
The default-project setting would be good if the manual trigger was available, but without that it'd create more problems.
The allow/block config option would be useful in general though to limit how many projects are listed. It's not a use case we're running into so I'm not sure when I'd get around to it, but I'd definitely consider a PR that adds it!
Relevant parts of the code (for future me or anyone who wants to take a crack at it):
Hello, thanks for this awesome library!
My feature request is to load a specific project manually instead of only when starting VS Code, that the select project pane is shown.
Any of these would be perfect for managing multiple projects in the workspace.
These are just some ideas. It would be really helpful instead of killing and relaunching vscode everytime and getting prompted for every .yyp file in the workspace.
Thanks in advance!
The text was updated successfully, but these errors were encountered: