Skip to content

Commit

Permalink
code formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshwinThomasIBM authored and JoshwinThomasIBM committed Jan 8, 2025
1 parent 64fb495 commit 4d5102f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ function registerCommands(context: ExtensionContext) {
devCommands.deleteTerminal(closedTerminal);
})
);
// Listens for any new folders are added to the workspace
// Listens for any new folders are added to the workspace
context.subscriptions.push(vscode.workspace.onDidChangeWorkspaceFolders((event) => {
projectProvider.refresh();
projectProvider.refresh();
}));
}

Expand Down

0 comments on commit 4d5102f

Please sign in to comment.