Skip to content

Commit

Permalink
DO NOT COMMIT (.vscode)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanpingle committed Sep 15, 2023
1 parent 6328bb0 commit 2c78fff
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"C:\\emsdk\\upstream\\emscripten\\system\\include\\**",
"A:\\Squoosh\\codecs\\avif\\node_modules\\**"
],
"defines": ["_DEBUG", "UNICODE", "_UNICODE"],
"compilerPath": "C:\\MinGW\\bin\\gcc.exe",
"cStandard": "c11",
"cppStandard": "gnu++14",
"intelliSenseMode": "windows-gcc-x86",
"compilerArgs": []
}
],
"version": 4
}

0 comments on commit 2c78fff

Please sign in to comment.