diff --git a/.gitignore b/.gitignore index a670ada..6a44bee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ app.* -.vscode/c_cpp_properties.json \ No newline at end of file +.vscode/* \ No newline at end of file diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 876204d..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -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 -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 8ed66de..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -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" - } -} \ No newline at end of file