Merge pull request #3671 from gudnimg/cmake-ninja-setting

Specify CMake generator in vscode settings
This commit is contained in:
Guðni Már Gilbert 2022-10-08 11:12:55 +00:00 committed by GitHub
commit 047a8d7593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"cmake.configureOnOpen": true,
"cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json",
"cmake.cmakePath": "${workspaceFolder}/.dependencies/cmake-3.22.5/bin/cmake",
"cmake.generator": "Ninja",
"files.insertFinalNewline": true,
"files.associations": {
"xlocale": "cpp"