869 lines
27 KiB
Plaintext
869 lines
27 KiB
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "GrapplingGravity",
|
|
"path": "."
|
|
},
|
|
{
|
|
"name": "UE5",
|
|
"path": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
],
|
|
"settings": {
|
|
"typescript.tsc.autoDetect": "off",
|
|
"npm.autoDetect": "off"
|
|
},
|
|
"extensions": {
|
|
"recommendations": [
|
|
"ms-vscode.cpptools",
|
|
"ms-dotnettools.csharp",
|
|
"vadimcn.vscode-lldb",
|
|
"ms-vscode.mono-debug",
|
|
"dfarley1.file-picker"
|
|
]
|
|
},
|
|
"tasks": {
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "GrapplingGravity Linux Debug Build",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"Linux",
|
|
"Debug",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity Linux Debug Rebuild",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"Linux",
|
|
"Debug",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"dependsOn": [
|
|
"GrapplingGravity Linux Debug Clean"
|
|
],
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity Linux Debug Clean",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"Linux",
|
|
"Debug",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex",
|
|
"-clean"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity Linux DebugGame Build",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"Linux",
|
|
"DebugGame",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity Linux DebugGame Rebuild",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"Linux",
|
|
"DebugGame",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"dependsOn": [
|
|
"GrapplingGravity Linux DebugGame Clean"
|
|
],
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity Linux DebugGame Clean",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"Linux",
|
|
"DebugGame",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex",
|
|
"-clean"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity Linux Development Build",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"Linux",
|
|
"Development",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity Linux Development Rebuild",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"Linux",
|
|
"Development",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"dependsOn": [
|
|
"GrapplingGravity Linux Development Clean"
|
|
],
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity Linux Development Clean",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"Linux",
|
|
"Development",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex",
|
|
"-clean"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity Linux Test Build",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"Linux",
|
|
"Test",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity Linux Test Rebuild",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"Linux",
|
|
"Test",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"dependsOn": [
|
|
"GrapplingGravity Linux Test Clean"
|
|
],
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity Linux Test Clean",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"Linux",
|
|
"Test",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex",
|
|
"-clean"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity Linux Shipping Build",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"Linux",
|
|
"Shipping",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity Linux Shipping Rebuild",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"Linux",
|
|
"Shipping",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"dependsOn": [
|
|
"GrapplingGravity Linux Shipping Clean"
|
|
],
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity Linux Shipping Clean",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"Linux",
|
|
"Shipping",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex",
|
|
"-clean"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity LinuxArm64 Debug Build",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"LinuxArm64",
|
|
"Debug",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity LinuxArm64 Debug Rebuild",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"LinuxArm64",
|
|
"Debug",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"dependsOn": [
|
|
"GrapplingGravity LinuxArm64 Debug Clean"
|
|
],
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity LinuxArm64 Debug Clean",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"LinuxArm64",
|
|
"Debug",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex",
|
|
"-clean"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity LinuxArm64 DebugGame Build",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"LinuxArm64",
|
|
"DebugGame",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity LinuxArm64 DebugGame Rebuild",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"LinuxArm64",
|
|
"DebugGame",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"dependsOn": [
|
|
"GrapplingGravity LinuxArm64 DebugGame Clean"
|
|
],
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity LinuxArm64 DebugGame Clean",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"LinuxArm64",
|
|
"DebugGame",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex",
|
|
"-clean"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity LinuxArm64 Development Build",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"LinuxArm64",
|
|
"Development",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity LinuxArm64 Development Rebuild",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"LinuxArm64",
|
|
"Development",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"dependsOn": [
|
|
"GrapplingGravity LinuxArm64 Development Clean"
|
|
],
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity LinuxArm64 Development Clean",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"LinuxArm64",
|
|
"Development",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex",
|
|
"-clean"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity LinuxArm64 Test Build",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"LinuxArm64",
|
|
"Test",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity LinuxArm64 Test Rebuild",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"LinuxArm64",
|
|
"Test",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"dependsOn": [
|
|
"GrapplingGravity LinuxArm64 Test Clean"
|
|
],
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity LinuxArm64 Test Clean",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"LinuxArm64",
|
|
"Test",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex",
|
|
"-clean"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity LinuxArm64 Shipping Build",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"LinuxArm64",
|
|
"Shipping",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity LinuxArm64 Shipping Rebuild",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"LinuxArm64",
|
|
"Shipping",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"dependsOn": [
|
|
"GrapplingGravity LinuxArm64 Shipping Clean"
|
|
],
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravity LinuxArm64 Shipping Clean",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravity",
|
|
"LinuxArm64",
|
|
"Shipping",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex",
|
|
"-clean"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravityEditor Linux Debug Build",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravityEditor",
|
|
"Linux",
|
|
"Debug",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravityEditor Linux Debug Rebuild",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravityEditor",
|
|
"Linux",
|
|
"Debug",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"dependsOn": [
|
|
"GrapplingGravityEditor Linux Debug Clean"
|
|
],
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravityEditor Linux Debug Clean",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravityEditor",
|
|
"Linux",
|
|
"Debug",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex",
|
|
"-clean"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravityEditor Linux DebugGame Build",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravityEditor",
|
|
"Linux",
|
|
"DebugGame",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravityEditor Linux DebugGame Rebuild",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravityEditor",
|
|
"Linux",
|
|
"DebugGame",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"dependsOn": [
|
|
"GrapplingGravityEditor Linux DebugGame Clean"
|
|
],
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravityEditor Linux DebugGame Clean",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravityEditor",
|
|
"Linux",
|
|
"DebugGame",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex",
|
|
"-clean"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravityEditor Linux Development Build",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravityEditor",
|
|
"Linux",
|
|
"Development",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravityEditor Linux Development Rebuild",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravityEditor",
|
|
"Linux",
|
|
"Development",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"dependsOn": [
|
|
"GrapplingGravityEditor Linux Development Clean"
|
|
],
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
},
|
|
{
|
|
"label": "GrapplingGravityEditor Linux Development Clean",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
|
"args": [
|
|
"GrapplingGravityEditor",
|
|
"Linux",
|
|
"Development",
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-waitmutex",
|
|
"-clean"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"launch": {
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch GrapplingGravity (Debug)",
|
|
"request": "launch",
|
|
"program": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/Binaries/Linux/GrapplingGravity-Linux-Debug",
|
|
"preLaunchTask": "GrapplingGravity Linux Debug Build",
|
|
"args": [
|
|
],
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine",
|
|
"type": "cppdbg",
|
|
"visualizerFile": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine/Engine/Extras/VisualStudioDebugging/Unreal.natvis",
|
|
"showDisplayString": true
|
|
},
|
|
{
|
|
"name": "Launch GrapplingGravity (DebugGame)",
|
|
"request": "launch",
|
|
"program": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/Binaries/Linux/GrapplingGravity-Linux-DebugGame",
|
|
"preLaunchTask": "GrapplingGravity Linux DebugGame Build",
|
|
"args": [
|
|
],
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine",
|
|
"type": "cppdbg",
|
|
"visualizerFile": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine/Engine/Extras/VisualStudioDebugging/Unreal.natvis",
|
|
"showDisplayString": true
|
|
},
|
|
{
|
|
"name": "Launch GrapplingGravity (Development)",
|
|
"request": "launch",
|
|
"program": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/Binaries/Linux/GrapplingGravity",
|
|
"preLaunchTask": "GrapplingGravity Linux Development Build",
|
|
"args": [
|
|
],
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine",
|
|
"type": "cppdbg",
|
|
"visualizerFile": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine/Engine/Extras/VisualStudioDebugging/Unreal.natvis",
|
|
"showDisplayString": true
|
|
},
|
|
{
|
|
"name": "Launch GrapplingGravity (Test)",
|
|
"request": "launch",
|
|
"program": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/Binaries/Linux/GrapplingGravity-Linux-Test",
|
|
"preLaunchTask": "GrapplingGravity Linux Test Build",
|
|
"args": [
|
|
],
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine",
|
|
"type": "cppdbg",
|
|
"visualizerFile": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine/Engine/Extras/VisualStudioDebugging/Unreal.natvis",
|
|
"showDisplayString": true
|
|
},
|
|
{
|
|
"name": "Launch GrapplingGravity (Shipping)",
|
|
"request": "launch",
|
|
"program": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/Binaries/Linux/GrapplingGravity-Linux-Shipping",
|
|
"preLaunchTask": "GrapplingGravity Linux Shipping Build",
|
|
"args": [
|
|
],
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine",
|
|
"type": "cppdbg",
|
|
"visualizerFile": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine/Engine/Extras/VisualStudioDebugging/Unreal.natvis",
|
|
"showDisplayString": true
|
|
},
|
|
{
|
|
"name": "Launch GrapplingGravityEditor (Debug)",
|
|
"request": "launch",
|
|
"program": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine/Engine/Binaries/Linux/UnrealEditor-Linux-Debug",
|
|
"preLaunchTask": "GrapplingGravityEditor Linux Debug Build",
|
|
"args": [
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject"
|
|
],
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine",
|
|
"type": "cppdbg",
|
|
"visualizerFile": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine/Engine/Extras/VisualStudioDebugging/Unreal.natvis",
|
|
"showDisplayString": true
|
|
},
|
|
{
|
|
"name": "Launch GrapplingGravityEditor (DebugGame)",
|
|
"request": "launch",
|
|
"program": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine/Engine/Binaries/Linux/UnrealEditor-Linux-DebugGame",
|
|
"preLaunchTask": "GrapplingGravityEditor Linux DebugGame Build",
|
|
"args": [
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject"
|
|
],
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine",
|
|
"type": "cppdbg",
|
|
"visualizerFile": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine/Engine/Extras/VisualStudioDebugging/Unreal.natvis",
|
|
"showDisplayString": true
|
|
},
|
|
{
|
|
"name": "Launch GrapplingGravityEditor (Development)",
|
|
"request": "launch",
|
|
"program": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine/Engine/Binaries/Linux/UnrealEditor",
|
|
"preLaunchTask": "GrapplingGravityEditor Linux Development Build",
|
|
"args": [
|
|
"/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject"
|
|
],
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine",
|
|
"type": "cppdbg",
|
|
"visualizerFile": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine/Engine/Extras/VisualStudioDebugging/Unreal.natvis",
|
|
"showDisplayString": true
|
|
},
|
|
{
|
|
"name": "Generate Project Files",
|
|
"type": "coreclr",
|
|
"request": "launch",
|
|
"preLaunchTask": "UnrealBuildTool Linux Development Build",
|
|
"program": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine/Engine/Build/BatchFiles/RunUBT.bat",
|
|
"args": [
|
|
"-projectfiles",
|
|
"-vscode",
|
|
"-project=/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/GrapplingGravity/GrapplingGravity.uproject",
|
|
"-game",
|
|
"-engine",
|
|
"-dotnet"
|
|
],
|
|
"console": "internalConsole",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"stopAtEntry": false,
|
|
"cwd": "/run/media/bozarre/SSD M2 Projects n Games/Projects/Unreal/UnrealEngine"
|
|
}
|
|
]
|
|
}
|
|
}
|