vs.language.cmake icon indicating copy to clipboard operation
vs.language.cmake copied to clipboard

Syntax highlighting for Cmake in Visual Studio Code

Results 85 vs.language.cmake issues
Sort by recently updated
recently updated
newest added

Type: Bug when start an executable, the cwd is "./build" instead of "./", and I remembered that this doesn't happen in the previous versions. Extension version: 0.0.17 VS Code version:...

所需的数据太大,无法直接发送。我们已经将其写入剪贴板,请粘贴。 Issue Type: Bug error starting up cmake-server vscoode Extension version: 0.0.17 VS Code version: Code 1.68.1 (30d9c6cd9483b2cc586687151bcbcd635f373630, 2022-06-14T12:48:58.283Z) OS version: Windows_NT x64 10.0.22000 Restricted Mode: No Remote OS version:...

Issue Type: Bug When using the include property in CMakePresets.json with vscode, the included presets file is ignored and vscode shows an error. For this CMakePresets.json: { "version": 4, "cmakeMinimumRequired":...

Please highlight more parameter tokens for the `add_custom_target` command, including `WORKING_DIRECTORY`.

reference issue #41 I generated command/variable/property lists from CMake 3.13.2 with the following commands: ``` cmake --help-property-list cmake --help-command-list cmake --help-variable-list ``` I put these into the CMake.tmLanguage file with...

The syntax highlight is very nice, but it would be great for CMake keywords to be highlight a different color than user-defined variables. Maybe fuscia? ![image](https://user-images.githubusercontent.com/2801887/152812233-e3560f9e-061c-4907-9b21-516505fb58f1.png) Forgive the poor photo...

Thanks for this great plugin! It would be cool if we could open a cmake file in a subfolder by clicking on the folder name in an `add_subdirectory(...)` instruction.

- Issue Type: `Bug` - Extension Name: `cmake` - Extension Version: `0.0.17` - OS Version: `Windows_NT x64 10.0.19043` - VS Code version: `1.60.1` :warning: We have written the needed data...

Issue Type: Bug Add such line shown below to CMakeLists.txt on root level (top level file): ``` # Generate compile_commands.json files so "Compile Active File" button provided by CMake extension...