mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 14:03:53 +01:00
Update vscode config
This commit is contained in:
parent
5c615a3ada
commit
0fe0362926
1
.gitignore
vendored
1
.gitignore
vendored
@ -69,4 +69,5 @@ CMakeUserPresets.json
|
||||
|
||||
# CMake / Conan
|
||||
build/
|
||||
/venv/
|
||||
CMakeUserPresets.json
|
||||
|
1
.vscode/c_cpp_properties.json
vendored
1
.vscode/c_cpp_properties.json
vendored
@ -4,7 +4,6 @@
|
||||
"name": "Win32",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/src",
|
||||
"${workspaceFolder}/src/misc",
|
||||
"${workspaceFolder}/out",
|
||||
"${workspaceFolder}/vendor/libunistring-1.0/lib",
|
||||
"${workspaceFolder}/vendor/pcre2-10.40/src",
|
||||
|
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@ -22,7 +22,8 @@
|
||||
"**/cmake-build-debug": true,
|
||||
"**/coverage": true,
|
||||
"**/out": true,
|
||||
"**/vendor": true
|
||||
"**/vendor": true,
|
||||
"**/venv": true
|
||||
},
|
||||
|
||||
"todo-tree.highlights.defaultHighlight": {
|
||||
@ -36,7 +37,8 @@
|
||||
"**/.github/**",
|
||||
"**/_site/**",
|
||||
"**/_support/**",
|
||||
"**/vendor/**"
|
||||
"**/vendor/**",
|
||||
"**/venv/**"
|
||||
],
|
||||
"todo-tree.general.statusBar": "total",
|
||||
"todo-tree.general.tags": ["TODO", "FIXME", "CHECK"],
|
||||
@ -44,9 +46,6 @@
|
||||
"todo-tree.tree.expanded": true,
|
||||
"todo-tree.tree.showCountsInTree": true,
|
||||
|
||||
"[lex]": {
|
||||
"files.encoding": "iso885915"
|
||||
},
|
||||
"[makefile]": {
|
||||
"editor.insertSpaces": false,
|
||||
"editor.detectIndentation": false,
|
||||
|
Loading…
Reference in New Issue
Block a user