Stefan Schuermans commited on 2023-08-18 09:48:33 Showing 3 changed files, with 29 additions and 0 deletions.
@@ -0,0 +1,15 @@
+{
+ "configurations": [
+ {
+ "name": "Linux C++",
+ "includePath": [
+ "${workspace}/include"
+ ],
+ "defines": [],
+ "cStandard": "c11",
+ "cppStandard": "c++11",
+ "intelliSenseMode": "linux-gcc-x64"
+ }
+ "version": 4
+}
@@ -0,0 +1,4 @@
+ "files.associations": {
@@ -0,0 +1,10 @@
+ "version": "2.0.0",
+ "tasks": [
+ "label": "build",
+ "type": "shell",
+ "command": "make"
+ ]