Skip to content

Commit 8cf4d99

Browse files
committed
Updated comment
1 parent 55e10bf commit 8cf4d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode-extension/src/devbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export async function devboxReopen() {
3131
cwd: workingDir.path
3232
});
3333
}
34-
// change this to absolute path to custom compiled devbox when testing
34+
// To use a custom compiled devbox when testing, change this to an absolute path.
3535
const devbox = 'devbox';
3636
// run devbox integrate and then close this window
3737
let child = spawn(devbox, ['integrate', 'vscode'], {

0 commit comments

Comments
 (0)