File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ export async function devboxReopen() {
21
21
const p = new Promise < void > ( async ( resolve , reject ) => {
22
22
23
23
if ( workspace . workspaceFolders ) {
24
- // await workspace.fs.stat(Uri.joinPath(workspaceUri, "devbox.json"));
25
24
const workingDir = workspace . workspaceFolders [ 0 ] . uri ;
26
25
const dotdevbox = Uri . joinPath ( workingDir , '/.devbox' ) ;
27
26
const scriptsDir = Uri . joinPath ( dotdevbox , '/gen/scripts' ) ;
Original file line number Diff line number Diff line change @@ -104,10 +104,6 @@ async function initialCheckDevboxJSON(context: ExtensionContext) {
104
104
if ( workspace . workspaceFolders ) {
105
105
const workspaceUri = workspace . workspaceFolders [ 0 ] . uri ;
106
106
try {
107
- console . log ( workspace . workspaceFolders [ 0 ] . name ) ;
108
- // if (workspace.workspaceFolders[0].name === '.devbox') {
109
- // await devboxReopen();
110
- // }
111
107
// check if the folder has devbox.json in it
112
108
await workspace . fs . stat ( Uri . joinPath ( workspaceUri , "devbox.json" ) ) ;
113
109
// devbox.json exists setcontext for devbox commands to be available
You can’t perform that action at this time.
0 commit comments