2020-03-24 21:05:32 +01:00
|
|
|
{
|
2024-01-20 13:22:47 +01:00
|
|
|
"cmake.cmakePath": "cmake",
|
2020-06-02 11:46:18 +02:00
|
|
|
"cmake.skipConfigureIfCachePresent": false,
|
2020-08-06 00:54:43 +02:00
|
|
|
"cmake.configureArgs": [
|
|
|
|
|
"-Wno-dev"
|
2020-10-03 11:00:10 +02:00
|
|
|
],
|
2021-07-11 22:23:01 +02:00
|
|
|
"files.watcherExclude": {
|
2022-04-13 13:01:35 +02:00
|
|
|
"**/target": true,
|
|
|
|
|
"bin/**": true,
|
|
|
|
|
"external/**": true
|
2021-09-23 10:10:39 +02:00
|
|
|
},
|
2021-10-19 23:04:38 +02:00
|
|
|
"git.ignoreSubmodules": true,
|
2021-11-05 00:01:12 +01:00
|
|
|
"cmake.configureOnOpen": true,
|
2023-01-29 18:58:59 +01:00
|
|
|
"cmake.parallelJobs": 0,
|
|
|
|
|
"C_Cpp.files.exclude": {
|
|
|
|
|
"**/.vs": true,
|
|
|
|
|
"**/.vscode": true,
|
|
|
|
|
"**/bin": true,
|
|
|
|
|
"**/external": true,
|
|
|
|
|
"**/res": true,
|
|
|
|
|
},
|
2024-04-10 09:58:39 +02:00
|
|
|
"editor.tabSize": 2,
|
|
|
|
|
"editor.detectIndentation": false,
|
2024-04-13 23:51:38 +02:00
|
|
|
"lldb.displayFormat": "auto",
|
|
|
|
|
"lldb.showDisassembly": "auto",
|
|
|
|
|
"lldb.dereferencePointers": true,
|
2024-05-16 19:47:35 +02:00
|
|
|
"lldb.consoleMode": "commands",
|
|
|
|
|
"cmake.generator": "Ninja"
|
2020-03-24 21:05:32 +01:00
|
|
|
}
|