CMake extension icon disappears for 1.1.3
See original GitHub issueBrief Issue Summary
All CMake commands (quickStart, configure, etc) become unrecognised and the extension icon disappears when upgrading to 1.1.3.
Expected:
-
Install 1.1.2 of CMake Tools
-
See CMake Tools extension icon
-
Be able to run CMake commands with F1 like
CMake: quick start
-
Upgrade to 1.1.3 CMake Tools
-
See CMake Tools extension icon
-
Be able to run CMake commands with F1 like
CMake: quick start
Apparent Behavior:
-
Install 1.1.2 of CMake Tools
-
See CMake Tools extension icon
-
Be able to run CMake commands with F1 like
CMake: quick start
-
Upgrade to 1.1.3 CMake Tools
-
No CMake Tools extension icon visible
-
F1
CMake: quick start
and a popup shows “command ‘cmake.configure’ not found”
CMake Tools Log
No useful logs
Developer Tools Log
No useful logs
Platform and Versions
- Operating System: Windows
- CMake Version: cmake-3.14.0-win64-x64
- VSCode Version: 1.32.3
- CMake Tools Extension Version: 1.1.2 -> 1.1.3
- Compiler/Toolchain: N/A
Other Notes/Information
1.1.3 has previously worked for me. This week I had to reinstall Windows and lost all of my programs, so it’s likely that I have misconfigured something; although it’s odd that the extension partially works in 1.1.2 but not 1.1.3. I have not installed ANY compilers yet but I would have expected the extension to at least somewhat work without one. Or does something in the 1.1.2 -> 1.1.3 update warrant this?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top GitHub Comments
OK, I will close this for now. Btw, you can also close issues you opened.
Ignore that. Seems my c_cpp_properties.json became corrupt for whatever reason (reinstalled the C/C++ extension). Odd that 1.1.2 still worked - I guess it must’ve been some sort of cache.