Skip to content

Commit

Permalink
feat: show a modal dialog after workspace init (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
irbull authored Jan 31, 2024
1 parent 4851ae7 commit 9261c96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ export function enable(
return async () => {
const config = vscode.workspace.getConfiguration(EXTENSION_NS);
await config.update("enable", true);
vscode.window.showInformationMessage("Deno workspace initialized.");
};
}

Expand Down

0 comments on commit 9261c96

Please sign in to comment.