adding in vs code

This commit is contained in:
talksik
2023-08-04 16:51:03 -07:00
parent a2c2de1d58
commit 95ff638cdc
7 changed files with 58 additions and 2 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-gcc-x64",
"compilerPath": "/usr/bin/g++-11"
}
],
"version": 4
}