Brief Issue Summary
The shortcut Ctrl+S (or whatever binding is set) does not work in the UI CMake Cache Editor.
Reproduce:
- Open a CMake project
- Press F1
- CMake: Configure
- CMake: Edit Cmake Cache UI
- Change anything
- Press
Ctrl+S or Menu -> File -> Save
Nothing happens. I was expecting the document to be saved.
Only the Save button at the top of the document works.
CMake Tools Diagnostics
{
"os": "win32",
"vscodeVersion": "1.92.2",
"cmtVersion": "1.18.44",
"configurations": [
{
"folder": "c:\\TechnoTeam\\develop\\src\\TT_CodeBase",
"cmakeVersion": "3.29.3",
"configured": true,
"generator": "Ninja Multi-Config",
"usesPresets": true,
"compilers": {
"C": "C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe",
"CXX": "C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe"
}
}
],
"cpptoolsIntegration": {
"isReady": true,
"hasCodeModel": true,
"activeBuildType": "Debug",
"buildTypesSeen": [
"Debug",
"Release"
],
"requests": [],
"responses": [],
"partialMatches": [],
"targetCount": 94,
"executablesCount": 5,
"librariesCount": 21,
"targets": []
},
"settings": [
{
"communicationMode": "automatic",
"useCMakePresets": "auto",
"configureOnOpen": false
}
]
}
Debug Log
No response
Additional Information
Version: 1.92.2 (user setup)
Commit: fee1edb8d6d72a0ddff41e5f71a671c23ed924b9
Date: 2024-08-14T17:29:30.058Z
Electron: 30.1.2
ElectronBuildId: 9870757
Chromium: 124.0.6367.243
Node.js: 20.14.0
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.22631
Brief Issue Summary
The shortcut Ctrl+S (or whatever binding is set) does not work in the UI CMake Cache Editor.
Reproduce:
Ctrl+Sor Menu -> File -> SaveNothing happens. I was expecting the document to be saved.
Only the Save button at the top of the document works.
CMake Tools Diagnostics
{ "os": "win32", "vscodeVersion": "1.92.2", "cmtVersion": "1.18.44", "configurations": [ { "folder": "c:\\TechnoTeam\\develop\\src\\TT_CodeBase", "cmakeVersion": "3.29.3", "configured": true, "generator": "Ninja Multi-Config", "usesPresets": true, "compilers": { "C": "C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe", "CXX": "C:/Program Files/Microsoft Visual Studio/2022/Professional/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe" } } ], "cpptoolsIntegration": { "isReady": true, "hasCodeModel": true, "activeBuildType": "Debug", "buildTypesSeen": [ "Debug", "Release" ], "requests": [], "responses": [], "partialMatches": [], "targetCount": 94, "executablesCount": 5, "librariesCount": 21, "targets": [] }, "settings": [ { "communicationMode": "automatic", "useCMakePresets": "auto", "configureOnOpen": false } ] }Debug Log
No response
Additional Information
Version: 1.92.2 (user setup)
Commit: fee1edb8d6d72a0ddff41e5f71a671c23ed924b9
Date: 2024-08-14T17:29:30.058Z
Electron: 30.1.2
ElectronBuildId: 9870757
Chromium: 124.0.6367.243
Node.js: 20.14.0
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.22631