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 decf939 commit a837552Copy full SHA for a837552
vscode-extension/src/devbox.ts
@@ -32,8 +32,7 @@ export async function devboxReopen() {
32
});
33
}
34
// run devbox integrate and then close this window
35
- const devbox = '/Users/mohsenansari/code/jetpack/go.jetpack.io/examples/vscode/vscodetest/devbox';
36
- // const devbox = 'devbox'
+ const devbox = 'devbox';
37
let child = spawn(devbox, ['integrate', 'vscode'], {
38
cwd: workingDir.path,
39
stdio: [0, 1, 2, 'ipc']
0 commit comments