We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c06c3 commit 83ccf1dCopy full SHA for 83ccf1d
client/src/setupCommands.ts
@@ -53,7 +53,7 @@ export function setupCommands(context: ExtensionContext) {
53
path = `& "${path}"`;
54
}
55
56
- let cmd = `${path} --sketch="${dirname(resource.fsPath)}" --run`;
+ let cmd = `${path} cli --sketch="${dirname(resource.fsPath)}" --run`;
57
if (process.platform === "win32") {
58
// on windows we need to pipe stderr to stdout and convert to string
59
cmd += `2>&1 | Out-String`;
0 commit comments