Open BrainSlugs83 opened 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}.
${command:editor.action.formatDocument}
${command:extension.compileandrunproject}
Alternately, support for tasks would work -- since you can use that format natively in tasks.json.
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.