@ -1,16 +0,0 @@ | |||||
{ | |||||
"configurations": [ | |||||
{ | |||||
"name": "Linux", | |||||
"includePath": [ | |||||
"${workspaceFolder}/**" | |||||
], | |||||
"defines": [], | |||||
"compilerPath": "/usr/bin/gcc", | |||||
"cStandard": "c11", | |||||
"cppStandard": "c++17", | |||||
"intelliSenseMode": "clang-x64" | |||||
} | |||||
], | |||||
"version": 4 | |||||
} |
@ -1,7 +0,0 @@ | |||||
{ | |||||
"files.associations": { | |||||
"limits": "cpp", | |||||
"type_traits": "cpp", | |||||
"ostream": "cpp" | |||||
} | |||||
} |
@ -1,12 +0,0 @@ | |||||
{ | |||||
// See https://go.microsoft.com/fwlink/?LinkId=733558 | |||||
// for the documentation about the tasks.json format | |||||
"version": "2.0.0", | |||||
"tasks": [ | |||||
{ | |||||
"label": "echo", | |||||
"type": "shell", | |||||
"command": "echo Hello" | |||||
} | |||||
] | |||||
} |