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 730d2df commit a76f040Copy full SHA for a76f040
vscode-extension/src/devbox.ts
@@ -31,8 +31,9 @@ export async function devboxReopen() {
31
cwd: workingDir.path
32
});
33
}
34
- // run devbox integrate and then close this window
+ // change this to absolute path to custom compiled devbox when testing
35
const devbox = 'devbox';
36
+ // run devbox integrate and then close this window
37
let child = spawn(devbox, ['integrate', 'vscode'], {
38
cwd: workingDir.path,
39
stdio: [0, 1, 2, 'ipc']
0 commit comments