diff options
| author | Joe Traver <[email protected]> | 2022-10-05 21:57:19 -0700 |
|---|---|---|
| committer | Joe Traver <[email protected]> | 2022-10-05 21:57:19 -0700 |
| commit | 5d7daeafe09e3298d3e5ceea04f17b2bde340827 (patch) | |
| tree | 5ad51cb3f7f062fb0a5016a6b6aa5a1d03bbebf3 /CppProperties.json | |
| parent | Final Psuedo Code (diff) | |
| download | cst116-lab0-debugging-joetraver30-5d7daeafe09e3298d3e5ceea04f17b2bde340827.tar.xz cst116-lab0-debugging-joetraver30-5d7daeafe09e3298d3e5ceea04f17b2bde340827.zip | |
Edited the raise calculation
Diffstat (limited to 'CppProperties.json')
| -rw-r--r-- | CppProperties.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CppProperties.json b/CppProperties.json new file mode 100644 index 0000000..659bf4e --- /dev/null +++ b/CppProperties.json @@ -0,0 +1,21 @@ +{ + "configurations": [ + { + "inheritEnvironments": [ + "msvc_x86" + ], + "name": "x86-Debug", + "includePath": [ + "${env.INCLUDE}", + "${workspaceRoot}\\**" + ], + "defines": [ + "WIN32", + "_DEBUG", + "UNICODE", + "_UNICODE" + ], + "intelliSenseMode": "windows-msvc-x86" + } + ] +}
\ No newline at end of file |