Skip to content

Commit 75274d2

Browse files
committed
Removed more commented code
1 parent 603f8f0 commit 75274d2

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

vscode-extension/src/devbox.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export async function devboxReopen() {
2121
const p = new Promise<void>(async (resolve, reject) => {
2222

2323
if (workspace.workspaceFolders) {
24-
// await workspace.fs.stat(Uri.joinPath(workspaceUri, "devbox.json"));
2524
const workingDir = workspace.workspaceFolders[0].uri;
2625
const dotdevbox = Uri.joinPath(workingDir, '/.devbox');
2726
const scriptsDir = Uri.joinPath(dotdevbox, '/gen/scripts');

vscode-extension/src/extension.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ async function initialCheckDevboxJSON(context: ExtensionContext) {
104104
if (workspace.workspaceFolders) {
105105
const workspaceUri = workspace.workspaceFolders[0].uri;
106106
try {
107-
console.log(workspace.workspaceFolders[0].name);
108-
// if (workspace.workspaceFolders[0].name === '.devbox') {
109-
// await devboxReopen();
110-
// }
111107
// check if the folder has devbox.json in it
112108
await workspace.fs.stat(Uri.joinPath(workspaceUri, "devbox.json"));
113109
// devbox.json exists setcontext for devbox commands to be available

0 commit comments

Comments
 (0)