-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
The initial call to "SuperCollider: Update LanguageServer.quark to most recent supported […]" requires that the path to the config file is escaped:
[...]/Application\ Support/[...]
However, regular usage of the plugin requires no escape of whitespaces in the configuration
[...]/Application Support/[...]
Solution
change the update routine to have the yaml config path to be in quotes, i.e. instead of
/Applications/SuperCollider.app/Contents/MacOS/sclang -l /Users/tboverma/Library/Application Support/SuperCollider/sclang_conf_vscode.yaml /var/folders/jc/wcjx65zs2x1_1dgkt26kw5p80000gp/T/vscode-supercollidero2kc7BzPalKp/boostrap.scdwrite
/Applications/SuperCollider.app/Contents/MacOS/sclang -l "/Users/tboverma/Library/Application Support/SuperCollider/sclang_conf_vscode.yaml"
/var/folders/jc/wcjx65zs2x1_1dgkt26kw5p80000gp/T/vscode-supercollidero2kc7BzPalKp/boostrap.scdReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels