This commit is contained in:
Bob Brown (DEVDIV) 2019-11-04 09:04:46 -08:00
Родитель cb6de39214
Коммит 4be7f78f70
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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