This commit is contained in:
Родитель
cb6de39214
Коммит
4be7f78f70
|
@ -1325,7 +1325,7 @@ export async function activate(context: vscode.ExtensionContext) {
|
|||
// causing many undesired behaviors (duplicate operations, registrations for UI elements, etc...)
|
||||
const oldCMakeToolsExtension = vscode.extensions.getExtension('vector-of-bool.cmake-tools');
|
||||
if (oldCMakeToolsExtension) {
|
||||
await vscode.window.showWarningMessage(localize('uninstall.old.cmaketools', 'Please uninstall any older versions of CMake Tools extension. It is now published by Microsoft starting with version 1.2.0.'));
|
||||
await vscode.window.showWarningMessage(localize('uninstall.old.cmaketools', 'Please uninstall any older versions of the CMake Tools extension. It is now published by Microsoft starting with version 1.2.0.'));
|
||||
}
|
||||
|
||||
// Register a protocol handler to serve localized schemas
|
||||
|
|
Загрузка…
Ссылка в новой задаче