association

This commit is contained in:
2026-05-10 02:22:46 +07:00
parent eb79efb228
commit 90b9d32dd5
17 changed files with 1018880 additions and 277 deletions
+1 -33
View File
@@ -1,33 +1 @@
{
"tasks": [
{
"type": "cppbuild",
"label": "C/C++: g++ сборка активного файла",
"command": "/usr/bin/g++",
"args": [
"-fdiagnostics-color=always",
"-g",
"-fopenmp",
"${workspaceFolder}/main.cpp",
"${workspaceFolder}/Xenith/core.cpp",
"${workspaceFolder}/Xenith/token/token.cpp",
"-I", "${workspaceFolder}/Xenith",
"-I", "${workspaceFolder}/Xenith/token",
"-o", "${workspaceFolder}/main",
"-lvulkan"
],
"options": {
"cwd": "${fileDirname}"
},
"problemMatcher": [
"$gcc"
],
"group": {
"kind": "build",
"isDefault": true
},
"detail": "Задача создана отладчиком."
}
],
"version": "2.0.0"
}
{ "tasks": [ { "type": "cppbuild", "label": "C/C++: g++ сборка активного файла", "command": "/usr/bin/g++", "args": [ "-fdiagnostics-color=always", "-g", "-fopenmp", "${workspaceFolder}/main.cpp", "${workspaceFolder}/Xenith/core.cpp", "${workspaceFolder}/Xenith/token/token.cpp", "-I", "${workspaceFolder}/Xenith", "-I", "${workspaceFolder}/Xenith/token", "-o", "${workspaceFolder}/main", "-lvulkan" ], "options": { "cwd": "${fileDirname}" }, "problemMatcher": [ "$gcc" ], "group": { "kind": "build", "isDefault": true }, "detail": "Задача создана отладчиком." } ], "version": "2.0.0" }