Details
-
Task
-
Resolution: Fixed
-
Not Evaluated
-
None
-
None
-
1
-
b8ad916d4 (dev)
-
VScode Sprint 3
Description
Currently, we place the file into the config directory of the cmake-tools extension.
- Are we sure that we're always allowed to write there?
- Our attempt to locate this config folder will fall flat if VS Code is in portable mode (compare https://code.visualstudio.com/docs/editor/portable)
As an alternative, we could write the JSON file in extensionContext.globalStoragePath and point ms-vscode.cmake-tools to it.
Attachments
Issue Links
- relates to
-
VSCODEEXT-50 Rename Qt-CMake-toolskits.json
- Closed