Skip to content

Escaping path for initial install of required Quarks  #60

@LFSaw

Description

@LFSaw

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.scd

write

/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.scd

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions