Skip to content

Commit

Permalink
Merge pull request #1116 from ChristianS99/develop
Browse files Browse the repository at this point in the history
Update cpptools.ts
  • Loading branch information
bobbrow authored Mar 26, 2020
2 parents ccec317 + 33ac423 commit a2f2c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpptools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit a2f2c65

Please sign in to comment.