Skip to content

Commit a837552

Browse files
committed
Removed hardcoded path to devbox
1 parent decf939 commit a837552

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vscode-extension/src/devbox.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ export async function devboxReopen() {
3232
});
3333
}
3434
// 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'
35+
const devbox = 'devbox';
3736
let child = spawn(devbox, ['integrate', 'vscode'], {
3837
cwd: workingDir.path,
3938
stdio: [0, 1, 2, 'ipc']

0 commit comments

Comments
 (0)