Skip to content

Commit a76f040

Browse files
committed
Added comment
1 parent 730d2df commit a76f040

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vscode-extension/src/devbox.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ export async function devboxReopen() {
3131
cwd: workingDir.path
3232
});
3333
}
34-
// run devbox integrate and then close this window
34+
// change this to absolute path to custom compiled devbox when testing
3535
const devbox = 'devbox';
36+
// run devbox integrate and then close this window
3637
let child = spawn(devbox, ['integrate', 'vscode'], {
3738
cwd: workingDir.path,
3839
stdio: [0, 1, 2, 'ipc']

0 commit comments

Comments
 (0)