Replies: 1 comment 1 reply
-
Hello! Thanks for this discussion starter. Some questions:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In VSCode, it can be kind of a pain sometimes using multi-folder workspace because it can break some tools. This makes working with user scripts kind of annoying, because you'd need to switch workspaces to contribute to them. What I'd like to propose is a joyride button in the activity bar that, when clicked, will show you all of your joyride scripts separated into two categories:
config/user-scripts-path
This would allow you to have very quick and easy access to all your scripts rather than needing to navigate to the specific file you wanted to open, or changing workspaces completely.
Relevant vscode docs for adding content to the activity bar: https://code.visualstudio.com/api/extension-guides/tree-view
Beta Was this translation helpful? Give feedback.
All reactions