aboutsummaryrefslogtreecommitdiff
path: root/CppProperties.json
diff options
context:
space:
mode:
authorJoe Traver <[email protected]>2022-10-18 17:08:00 -0700
committerJoe Traver <[email protected]>2022-10-18 17:08:00 -0700
commit88ac10f20414306312b745ea69b7d9746f4cbdca (patch)
tree480fb46f716214f16c91f705dc0f42eaf96b5806 /CppProperties.json
parentremoved std before cout and replaced /n with endl (diff)
downloadarchived-cst116-lab0-joetraver30-88ac10f20414306312b745ea69b7d9746f4cbdca.tar.xz
archived-cst116-lab0-joetraver30-88ac10f20414306312b745ea69b7d9746f4cbdca.zip
Debug Fix with Martha
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..f598ba5
--- /dev/null
+++ b/CppProperties.json
@@ -0,0 +1,21 @@
+{
+ "configurations": [
+ {
+ "inheritEnvironments": [
+ "msvc_x64"
+ ],
+ "name": "x64-Debug",
+ "includePath": [
+ "${env.INCLUDE}",
+ "${workspaceRoot}\\**"
+ ],
+ "defines": [
+ "WIN32",
+ "_DEBUG",
+ "UNICODE",
+ "_UNICODE"
+ ],
+ "intelliSenseMode": "windows-msvc-x64"
+ }
+ ]
+} \ No newline at end of file