up .vscode

This commit is contained in:
Nikola Petrov 2024-03-03 21:06:22 +01:00
parent cccafdda37
commit 8b3eb1cb7e
2 changed files with 3 additions and 2 deletions

View File

@ -45,6 +45,7 @@
"streambuf": "cpp", "streambuf": "cpp",
"cinttypes": "cpp", "cinttypes": "cpp",
"typeinfo": "cpp", "typeinfo": "cpp",
"ctime": "cpp" "ctime": "cpp",
"list": "cpp"
} }
} }

2
.vscode/tasks.json vendored
View File

@ -6,7 +6,7 @@
"type": "shell", "type": "shell",
"command": "make", "command": "make",
"args": [ "args": [
"main" ""
] ]
}, },
{ {