test
This commit is contained in:
parent
37776af5db
commit
ab03d5f10c
4045 changed files with 286212 additions and 3 deletions
38
.config/Code/User/History/5285016e/0bBA.json
Normal file
38
.config/Code/User/History/5285016e/0bBA.json
Normal 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."
|
||||
}
|
||||
]
|
||||
}
|
0
.config/Code/User/History/5285016e/CjF8.json
Normal file
0
.config/Code/User/History/5285016e/CjF8.json
Normal file
18
.config/Code/User/History/5285016e/Cs8X.json
Normal file
18
.config/Code/User/History/5285016e/Cs8X.json
Normal 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": []
|
||||
}
|
||||
]
|
||||
}
|
38
.config/Code/User/History/5285016e/Qkm6.json
Normal file
38
.config/Code/User/History/5285016e/Qkm6.json
Normal 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."
|
||||
}
|
||||
]
|
||||
}
|
1
.config/Code/User/History/5285016e/entries.json
Normal file
1
.config/Code/User/History/5285016e/entries.json
Normal 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}]}
|
Loading…
Add table
Add a link
Reference in a new issue