aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorRossTheRoss <mstrapp@protonmail.com>2019-09-23 18:35:04 -0500
committerRossTheRoss <mstrapp@protonmail.com>2019-09-23 18:35:04 -0500
commit9c59d1347cae5a290762bb0dc4a3162c98b3e8f6 (patch)
tree0af0027949844b6d88faf6c9c973a5f5a5bda4f1 /.vscode/c_cpp_properties.json
parentFix an oopsie (diff)
downloadhomework-9c59d1347cae5a290762bb0dc4a3162c98b3e8f6.tar
homework-9c59d1347cae5a290762bb0dc4a3162c98b3e8f6.tar.gz
homework-9c59d1347cae5a290762bb0dc4a3162c98b3e8f6.tar.bz2
homework-9c59d1347cae5a290762bb0dc4a3162c98b3e8f6.tar.lz
homework-9c59d1347cae5a290762bb0dc4a3162c98b3e8f6.tar.xz
homework-9c59d1347cae5a290762bb0dc4a3162c98b3e8f6.tar.zst
homework-9c59d1347cae5a290762bb0dc4a3162c98b3e8f6.zip
Add VScode stuff for C O N S I S T E N C Y
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
new file mode 100644
index 0000000..18e0c6e
--- /dev/null
+++ b/.vscode/c_cpp_properties.json
@@ -0,0 +1,16 @@
+{
+ "configurations": [
+ {
+ "name": "WSL",
+ "intelliSenseMode": "gcc-x64",
+ "compilerPath": "/usr/bin/g++",
+ "includePath": [
+ "${workspaceFolder}/**"
+ ],
+ "defines": [],
+ "cStandard": "c11",
+ "cppStandard": "c++17"
+ }
+ ],
+ "version": 4
+} \ No newline at end of file