aboutsummaryrefslogtreecommitdiff
path: root/CppProperties.json
diff options
context:
space:
mode:
authorJoe Traver <[email protected]>2022-10-05 21:57:19 -0700
committerJoe Traver <[email protected]>2022-10-05 21:57:19 -0700
commit5d7daeafe09e3298d3e5ceea04f17b2bde340827 (patch)
tree5ad51cb3f7f062fb0a5016a6b6aa5a1d03bbebf3 /CppProperties.json
parentFinal Psuedo Code (diff)
downloadcst116-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.json21
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