emeraldwalk / vscode-runonsave

Visual Studio Code extension to run commands whenever a file is saved.
Apache License 2.0
182 stars 57 forks source link

Support for VSCode commands? #65

Open BrainSlugs83 opened 2 years ago

BrainSlugs83 commented 2 years ago

Is there any planned support for IDE Commands? (i.e. non-shell commands)

Examples include: ${command:editor.action.formatDocument}, or ${command:extension.compileandrunproject}.

Alternately, support for tasks would work -- since you can use that format natively in tasks.json.