Skip to content

Commit ced21de

Browse files
authored
[debug-certificate-manager] remove workspace folder error notification (#5342)
1 parent 8622152 commit ced21de

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

vscode-extensions/debug-certificate-manager-vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debug-certificate-manager",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/microsoft/rushstack.git",

vscode-extensions/debug-certificate-manager-vscode-extension/src/extension.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@ export function activate(context: vscode.ExtensionContext): void {
164164
const workspaceUri: vscode.Uri | undefined = vscode.workspace.workspaceFolders?.[0].uri;
165165
if (!workspaceUri) {
166166
terminal.writeLine('No workspace folder found. Synchronization aborted.');
167-
void vscode.window.showErrorMessage(
168-
'No workspace folder found. Open the project folder to sync TLS certificates.'
169-
);
170167
return;
171168
}
172169

0 commit comments

Comments
 (0)