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 55e10bf commit 8cf4d99Copy full SHA for 8cf4d99
vscode-extension/src/devbox.ts
@@ -31,7 +31,7 @@ export async function devboxReopen() {
31
cwd: workingDir.path
32
});
33
}
34
- // change this to absolute path to custom compiled devbox when testing
+ // To use a custom compiled devbox when testing, change this to an absolute path.
35
const devbox = 'devbox';
36
// run devbox integrate and then close this window
37
let child = spawn(devbox, ['integrate', 'vscode'], {
0 commit comments