maddouri / vscode-cmake-tools-helper

VSCode extension that enables cpptools to automatically know the information parsed by CMake Tools (e.g. include directories and defines)
https://marketplace.visualstudio.com/items?itemName=maddouri.cmake-tools-helper
BSD 3-Clause "New" or "Revised" License
16 stars 6 forks source link

Cannot activate the 'CMake Tools Helper' extension because it depends on an unknown 'vector-of-bool.cmake-tools' extension . #16

Open daantimmer opened 4 years ago

daantimmer commented 4 years ago

As per title,

Version: 1.40.0 (system setup) Commit: 86405ea23e3937316009fc27c9361deee66ffbf5 Date: 2019-11-06T17:02:13.381Z Electron: 6.1.2 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8: 7.6.303.31-electron.0 OS: Windows_NT x64 10.0.18362

CMake Tools 1.2.1 CMake Tools Helpere: 0.2.1

svenschade commented 4 years ago

Same problem... No settings were changed or extensions were newly installed. Just stopped working after a restart ('Extensions: Auto Check Updates' is On). Ubuntu 18.04.

Version: 1.40.0 Commit: 86405ea23e3937316009fc27c9361deee66ffbf5 Date: 2019-11-06T18:14:08.920Z Electron: 6.1.2 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8: 7.6.303.31-electron.0 OS: Linux x64 4.15.0-66-generic

C/C++ 0.26.1 CMake 0.0.17 CMake Tools 1.2.1 CMake Tools Helper: 0.2.1

daantimmer commented 4 years ago

My personal assumption is that the cake plugin that this plugin depends on had changed owner to Microsoft from vector-of-bool.

Resulting in a different id/link/internal name?

felixbuenemann commented 4 years ago

Yes, it is now called ms-vscode.cmake-tools, see #17.