This commit is contained in:
RafayAhmad7548 2024-06-16 18:53:25 +05:00
parent 37776af5db
commit ab03d5f10c
4045 changed files with 286212 additions and 3 deletions

View file

@ -0,0 +1,38 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "build and run game",
"type": "shell",
"command": "make clean && make && ./game",
"group": "build",
"presentation": {
"reveal": "always"
},
"problemMatcher": []
},
{
"type": "cppbuild",
"label": "C/C++: g++ build active file",
"command": "/usr/bin/g++",
"args": [
"-fdiagnostics-color=always",
"-g",
"${file}",
"-o",
"${fileDirname}/${fileBasenameNoExtension}"
],
"options": {
"cwd": "${fileDirname}"
},
"problemMatcher": [
"$gcc"
],
"group": {
"kind": "build",
"isDefault": true
},
"detail": "Task generated by Debugger."
}
]
}

View file

@ -0,0 +1,18 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "build and run game",
"type": "shell",
"command": "make && ./game",
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"reveal": "always"
},
"problemMatcher": []
}
]
}

View file

@ -0,0 +1,38 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "build and run game",
"type": "shell",
"command": "make clean && make && ./game",
"group": {
"kind": "build",
"isDefault": true
},
"presentation": {
"reveal": "always"
},
"problemMatcher": []
},
{
"type": "cppbuild",
"label": "C/C++: g++ build active file",
"command": "/usr/bin/g++",
"args": [
"-fdiagnostics-color=always",
"-g",
"${file}",
"-o",
"${fileDirname}/${fileBasenameNoExtension}"
],
"options": {
"cwd": "${fileDirname}"
},
"problemMatcher": [
"$gcc"
],
"group": "build",
"detail": "Task generated by Debugger."
}
]
}

View file

@ -0,0 +1 @@
{"version":1,"resource":"file:///home/rafayahmad/Stuff/OOP/Project/.vscode/tasks.json","entries":[{"id":"CjF8.json","timestamp":1714189447813},{"id":"Cs8X.json","source":"Workspace Edit","timestamp":1714189635883},{"id":"0bBA.json","timestamp":1714972138705},{"id":"Qkm6.json","timestamp":1714972783671}]}