Trying ttf loading
This commit is contained in:
Vendored
+1
-1
@@ -15,6 +15,7 @@
|
||||
"configurationProvider": "ms-vscode.cmake-tools",
|
||||
"cppStandard": "c++20",
|
||||
"browse": {
|
||||
"limitSymbolsToIncludedHeaders": true,
|
||||
"path": [
|
||||
"${workspaceFolder}/src/**"
|
||||
]
|
||||
@@ -26,7 +27,6 @@
|
||||
"includePath": [
|
||||
"${workspaceFolder}/src/**",
|
||||
"${workspaceFolder}/external/**"
|
||||
|
||||
],
|
||||
"defines": [
|
||||
"_DEBUG",
|
||||
|
||||
Vendored
+4
-4
@@ -128,12 +128,12 @@
|
||||
"cmake.configureArgs": [
|
||||
"-Wno-dev"
|
||||
],
|
||||
"C_Cpp.default.cppStandard": "c++20",
|
||||
"files.watcherExclude": {
|
||||
"**/target": true
|
||||
"**/target": true,
|
||||
"bin/**": true,
|
||||
"external/**": true
|
||||
},
|
||||
"git.ignoreSubmodules": true,
|
||||
"cmake.configureOnOpen": true,
|
||||
"cmake.parallelJobs": 0,
|
||||
"C_Cpp.intelliSenseEngineFallback": "Enabled"
|
||||
"cmake.parallelJobs": 15
|
||||
}
|
||||
Reference in New Issue
Block a user