File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
vscode-extensions/debug-certificate-manager-vscode-extension Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " debug-certificate-manager" ,
3
- "version" : " 0.0.4 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/microsoft/rushstack.git" ,
Original file line number Diff line number Diff line change @@ -164,9 +164,6 @@ export function activate(context: vscode.ExtensionContext): void {
164
164
const workspaceUri : vscode . Uri | undefined = vscode . workspace . workspaceFolders ?. [ 0 ] . uri ;
165
165
if ( ! workspaceUri ) {
166
166
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
- ) ;
170
167
return ;
171
168
}
172
169
You can’t perform that action at this time.
0 commit comments