Ignore vscode folder
This commit is contained in:
parent
24c9cd2fc7
commit
0fed24b3c4
|
|
@ -1,2 +1,2 @@
|
|||
app.*
|
||||
.vscode/c_cpp_properties.json
|
||||
.vscode/*
|
||||
|
|
@ -1,54 +0,0 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Win32",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
"defines": [
|
||||
"_DEBUG",
|
||||
"UNICODE",
|
||||
"_UNICODE"
|
||||
],
|
||||
"windowsSdkVersion": "10.0.22621.0",
|
||||
"compilerPath": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.38.33130/bin/Hostx64/x64/cl.exe",
|
||||
"cStandard": "c17",
|
||||
"cppStandard": "c++17",
|
||||
"intelliSenseMode": "${default}"
|
||||
},
|
||||
{
|
||||
"name": "Emscripten",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/../sokol",
|
||||
"${workspaceFolder}/../nuklear"
|
||||
],
|
||||
"defines": [
|
||||
"_DEBUG",
|
||||
"UNICODE",
|
||||
"_UNICODE"
|
||||
],
|
||||
"windowsSdkVersion": "10.0.22621.0",
|
||||
"compilerPath": "C:\\Users\\c.pons\\Documents\\Perso\\Git\\emsdk\\upstream\\emscripten\\emcc.bat",
|
||||
"cStandard": "c99",
|
||||
"cppStandard": "c++17",
|
||||
"intelliSenseMode": "windows-clang-x64",
|
||||
"mergeConfigurations": false,
|
||||
"browse": {
|
||||
"path": [
|
||||
"c:/Users/c.pons/Documents/Perso/Git/flecs_tests/**",
|
||||
"c:/Users/c.pons/Documents/Perso/Git/flecs_tests"
|
||||
],
|
||||
"limitSymbolsToIncludedHeaders": true
|
||||
},
|
||||
"compilerArgs": [
|
||||
"-sUSE_WEBGPU",
|
||||
"-sASSERTIONS",
|
||||
"-sWASM_BIGINT",
|
||||
"-sALLOW_MEMORY_GROWTH",
|
||||
"-msimd128",
|
||||
"-sFILESYSTEM=0"
|
||||
]
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
|
|
@ -1,36 +0,0 @@
|
|||
{
|
||||
"files.associations": {
|
||||
"sokol_app.h": "c",
|
||||
"emsc.h": "c",
|
||||
"gl3.h": "c",
|
||||
"sokol_gp.h": "c",
|
||||
"sokol_glue.h": "c",
|
||||
"sokol_gfx.h": "c",
|
||||
"webgpu.h": "c",
|
||||
"html5.h": "c",
|
||||
"emscripten.h": "c",
|
||||
"stddef.h": "c",
|
||||
"flecs.h": "c",
|
||||
"stdlib.h": "c",
|
||||
"math.h": "c",
|
||||
"stdio.h": "c",
|
||||
"sokol_memtrack.h": "c",
|
||||
"type_traits": "cpp",
|
||||
"limits": "cpp",
|
||||
"ratio": "cpp",
|
||||
"sokol_log.h": "c",
|
||||
"syslog.h": "c",
|
||||
"base.h": "c",
|
||||
"stdarg.h": "c",
|
||||
"rand.h": "c",
|
||||
"sokol_gfx_imgui.h": "c",
|
||||
"cimgui.h": "c",
|
||||
"sokol_imgui.h": "c",
|
||||
"typeinfo": "c",
|
||||
"api.h": "c",
|
||||
"sprite.h": "c",
|
||||
"stdint.h": "c",
|
||||
"sokol_nuklear.h": "c",
|
||||
"nuklear.h": "c"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue