File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -269,12 +269,12 @@ export function activate(context: vscode.ExtensionContext) {
269
269
if ( ! isfsExtension . isActive ) {
270
270
await isfsExtension . activate ( ) ;
271
271
if ( ! isfsExtension . isActive ) {
272
- vscode . window . showErrorMessage ( `${ OBJECTSCRIPT_EXTENSIONID } could not be activated.` , "Close " ) ;
272
+ vscode . window . showErrorMessage ( `${ OBJECTSCRIPT_EXTENSIONID } could not be activated.` , "Dismiss " ) ;
273
273
return ;
274
274
}
275
275
}
276
276
} else {
277
- vscode . window . showErrorMessage ( `${ OBJECTSCRIPT_EXTENSIONID } is not installed.` , "Close " ) ;
277
+ vscode . window . showErrorMessage ( `${ OBJECTSCRIPT_EXTENSIONID } is not installed.` , "Dismiss " ) ;
278
278
return ;
279
279
}
280
280
@@ -291,7 +291,7 @@ export function activate(context: vscode.ExtensionContext) {
291
291
if ( added ) {
292
292
await view . addToRecents ( serverName ) ;
293
293
} else {
294
- vscode . window . showErrorMessage ( `Folder ${ uri . toString ( ) } could not be added.` , "Close " ) ;
294
+ vscode . window . showErrorMessage ( `Folder ${ uri . toString ( ) } could not be added.` , "Dismiss " ) ;
295
295
}
296
296
}
297
297
// Switch to Explorer view and focus on the folder
You can’t perform that action at this time.
0 commit comments