-
Notifications
You must be signed in to change notification settings - Fork 0
per-folder scripts #8
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
I have been experimenting with Script Runner and it seems really useful. Putting script definitions in the main settings.json file, as per the readme, works fine, and it is also possible to add them to a .code-workspace file, which lets me define different scripts for each workspace.
One thing that doesn't seem to work though is adding a script definition to a folder/.vscode/settings.json file. This would be really useful as I could then create scripts for use within that specific project (I put different projects into folders in one workspace). Am I doing something wrong, or if not then could this feature be added?
Thanks!