diff --git a/src/cpptools.ts b/src/cpptools.ts index 2a45d7f8c..c8701a667 100644 --- a/src/cpptools.ts +++ b/src/cpptools.ts @@ -186,7 +186,7 @@ export class CppConfigurationProvider implements cpt.CustomConfigurationProvider /** Our name visible to cpptools */ readonly name = 'CMake Tools'; /** Our extension ID, visible to cpptools */ - readonly extensionId = 'vector-of-bool.cmake-tools'; + readonly extensionId = 'ms-vscode.cmake-tools'; /** * This value determines if we need to show the user an error message about missing compilers. When an update succeeds * without missing any compilers, we set this to `true`, otherwise `false`.