First commit
This commit is contained in:
@@ -0,0 +1,911 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"name": "first",
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"name": "UE5",
|
||||
"path": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"typescript.tsc.autoDetect": "off",
|
||||
"npm.autoDetect": "off",
|
||||
"terminal.integrated.env.linux": {
|
||||
"PATH": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1/Engine/Binaries/ThirdParty/DotNet/8.0.300/linux-x64:${env:PATH}",
|
||||
"DOTNET_ROOT": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1/Engine/Binaries/ThirdParty/DotNet/8.0.300/linux-x64",
|
||||
"DOTNET_HOST_PATH": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1/Engine/Binaries/ThirdParty/DotNet/8.0.300/linux-x64/dotnet",
|
||||
"DOTNET_MULTILEVEL_LOOKUP": "0",
|
||||
"DOTNET_ROLL_FORWARD": "LatestMajor"
|
||||
}
|
||||
},
|
||||
"extensions": {
|
||||
"recommendations": [
|
||||
"ms-vscode.cpptools",
|
||||
"ms-dotnettools.csharp"
|
||||
]
|
||||
},
|
||||
"tasks": {
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "first Linux Debug Build",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"Linux",
|
||||
"Debug",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first Linux Debug Rebuild",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"Linux",
|
||||
"Debug",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"dependsOn": [
|
||||
"first Linux Debug Clean"
|
||||
],
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first Linux Debug Clean",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"Linux",
|
||||
"Debug",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex",
|
||||
"-clean"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first Linux DebugGame Build",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"Linux",
|
||||
"DebugGame",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first Linux DebugGame Rebuild",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"Linux",
|
||||
"DebugGame",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"dependsOn": [
|
||||
"first Linux DebugGame Clean"
|
||||
],
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first Linux DebugGame Clean",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"Linux",
|
||||
"DebugGame",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex",
|
||||
"-clean"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first Linux Development Build",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"Linux",
|
||||
"Development",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first Linux Development Rebuild",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"Linux",
|
||||
"Development",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"dependsOn": [
|
||||
"first Linux Development Clean"
|
||||
],
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first Linux Development Clean",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"Linux",
|
||||
"Development",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex",
|
||||
"-clean"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first Linux Test Build",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"Linux",
|
||||
"Test",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first Linux Test Rebuild",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"Linux",
|
||||
"Test",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"dependsOn": [
|
||||
"first Linux Test Clean"
|
||||
],
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first Linux Test Clean",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"Linux",
|
||||
"Test",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex",
|
||||
"-clean"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first Linux Shipping Build",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"Linux",
|
||||
"Shipping",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first Linux Shipping Rebuild",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"Linux",
|
||||
"Shipping",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"dependsOn": [
|
||||
"first Linux Shipping Clean"
|
||||
],
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first Linux Shipping Clean",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"Linux",
|
||||
"Shipping",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex",
|
||||
"-clean"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first LinuxArm64 Debug Build",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"LinuxArm64",
|
||||
"Debug",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first LinuxArm64 Debug Rebuild",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"LinuxArm64",
|
||||
"Debug",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"dependsOn": [
|
||||
"first LinuxArm64 Debug Clean"
|
||||
],
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first LinuxArm64 Debug Clean",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"LinuxArm64",
|
||||
"Debug",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex",
|
||||
"-clean"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first LinuxArm64 DebugGame Build",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"LinuxArm64",
|
||||
"DebugGame",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first LinuxArm64 DebugGame Rebuild",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"LinuxArm64",
|
||||
"DebugGame",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"dependsOn": [
|
||||
"first LinuxArm64 DebugGame Clean"
|
||||
],
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first LinuxArm64 DebugGame Clean",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"LinuxArm64",
|
||||
"DebugGame",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex",
|
||||
"-clean"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first LinuxArm64 Development Build",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"LinuxArm64",
|
||||
"Development",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first LinuxArm64 Development Rebuild",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"LinuxArm64",
|
||||
"Development",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"dependsOn": [
|
||||
"first LinuxArm64 Development Clean"
|
||||
],
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first LinuxArm64 Development Clean",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"LinuxArm64",
|
||||
"Development",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex",
|
||||
"-clean"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first LinuxArm64 Test Build",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"LinuxArm64",
|
||||
"Test",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first LinuxArm64 Test Rebuild",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"LinuxArm64",
|
||||
"Test",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"dependsOn": [
|
||||
"first LinuxArm64 Test Clean"
|
||||
],
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first LinuxArm64 Test Clean",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"LinuxArm64",
|
||||
"Test",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex",
|
||||
"-clean"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first LinuxArm64 Shipping Build",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"LinuxArm64",
|
||||
"Shipping",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first LinuxArm64 Shipping Rebuild",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"LinuxArm64",
|
||||
"Shipping",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"dependsOn": [
|
||||
"first LinuxArm64 Shipping Clean"
|
||||
],
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "first LinuxArm64 Shipping Clean",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"first",
|
||||
"LinuxArm64",
|
||||
"Shipping",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex",
|
||||
"-clean"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "firstEditor Linux Debug Build",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"firstEditor",
|
||||
"Linux",
|
||||
"Debug",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "firstEditor Linux Debug Rebuild",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"firstEditor",
|
||||
"Linux",
|
||||
"Debug",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"dependsOn": [
|
||||
"firstEditor Linux Debug Clean"
|
||||
],
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "firstEditor Linux Debug Clean",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"firstEditor",
|
||||
"Linux",
|
||||
"Debug",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex",
|
||||
"-clean"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "firstEditor Linux DebugGame Build",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"firstEditor",
|
||||
"Linux",
|
||||
"DebugGame",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "firstEditor Linux DebugGame Rebuild",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"firstEditor",
|
||||
"Linux",
|
||||
"DebugGame",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"dependsOn": [
|
||||
"firstEditor Linux DebugGame Clean"
|
||||
],
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "firstEditor Linux DebugGame Clean",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"firstEditor",
|
||||
"Linux",
|
||||
"DebugGame",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex",
|
||||
"-clean"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "firstEditor Linux Development Build",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"firstEditor",
|
||||
"Linux",
|
||||
"Development",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "firstEditor Linux Development Rebuild",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"firstEditor",
|
||||
"Linux",
|
||||
"Development",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"dependsOn": [
|
||||
"firstEditor Linux Development Clean"
|
||||
],
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"label": "firstEditor Linux Development Clean",
|
||||
"group": "build",
|
||||
"command": "Engine/Build/BatchFiles/Linux/Build.sh",
|
||||
"args": [
|
||||
"firstEditor",
|
||||
"Linux",
|
||||
"Development",
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-waitmutex",
|
||||
"-clean"
|
||||
],
|
||||
"problemMatcher": "$msCompile",
|
||||
"type": "shell",
|
||||
"options": {
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"launch": {
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Launch first (Debug)",
|
||||
"request": "launch",
|
||||
"program": "/home/y1lm0z/Belgeler/Unreal Projects/first/Binaries/Linux/UnrealGame-Linux-Debug",
|
||||
"preLaunchTask": "first Linux Debug Build",
|
||||
"args": [
|
||||
],
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1",
|
||||
"type": "cppdbg",
|
||||
"visualizerFile": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1/Engine/Extras/VisualStudioDebugging/Unreal.natvis",
|
||||
"showDisplayString": true,
|
||||
"sourceFileMap": {
|
||||
"/UEVFS/first": "/home/y1lm0z/Belgeler/Unreal Projects/first",
|
||||
"/UEVFS/Root": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Launch first (DebugGame)",
|
||||
"request": "launch",
|
||||
"program": "/home/y1lm0z/Belgeler/Unreal Projects/first/Binaries/Linux/UnrealGame-Linux-DebugGame",
|
||||
"preLaunchTask": "first Linux DebugGame Build",
|
||||
"args": [
|
||||
],
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1",
|
||||
"type": "cppdbg",
|
||||
"visualizerFile": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1/Engine/Extras/VisualStudioDebugging/Unreal.natvis",
|
||||
"showDisplayString": true,
|
||||
"sourceFileMap": {
|
||||
"/UEVFS/first": "/home/y1lm0z/Belgeler/Unreal Projects/first",
|
||||
"/UEVFS/Root": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Launch first (Development)",
|
||||
"request": "launch",
|
||||
"program": "/home/y1lm0z/Belgeler/Unreal Projects/first/Binaries/Linux/UnrealGame",
|
||||
"preLaunchTask": "first Linux Development Build",
|
||||
"args": [
|
||||
],
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1",
|
||||
"type": "cppdbg",
|
||||
"visualizerFile": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1/Engine/Extras/VisualStudioDebugging/Unreal.natvis",
|
||||
"showDisplayString": true,
|
||||
"sourceFileMap": {
|
||||
"/UEVFS/first": "/home/y1lm0z/Belgeler/Unreal Projects/first",
|
||||
"/UEVFS/Root": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Launch first (Test)",
|
||||
"request": "launch",
|
||||
"program": "/home/y1lm0z/Belgeler/Unreal Projects/first/Binaries/Linux/UnrealGame-Linux-Test",
|
||||
"preLaunchTask": "first Linux Test Build",
|
||||
"args": [
|
||||
],
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1",
|
||||
"type": "cppdbg",
|
||||
"visualizerFile": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1/Engine/Extras/VisualStudioDebugging/Unreal.natvis",
|
||||
"showDisplayString": true,
|
||||
"sourceFileMap": {
|
||||
"/UEVFS/first": "/home/y1lm0z/Belgeler/Unreal Projects/first",
|
||||
"/UEVFS/Root": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Launch first (Shipping)",
|
||||
"request": "launch",
|
||||
"program": "/home/y1lm0z/Belgeler/Unreal Projects/first/Binaries/Linux/UnrealGame-Linux-Shipping",
|
||||
"preLaunchTask": "first Linux Shipping Build",
|
||||
"args": [
|
||||
],
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1",
|
||||
"type": "cppdbg",
|
||||
"visualizerFile": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1/Engine/Extras/VisualStudioDebugging/Unreal.natvis",
|
||||
"showDisplayString": true,
|
||||
"sourceFileMap": {
|
||||
"/UEVFS/first": "/home/y1lm0z/Belgeler/Unreal Projects/first",
|
||||
"/UEVFS/Root": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Launch firstEditor (Debug)",
|
||||
"request": "launch",
|
||||
"program": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1/Engine/Binaries/Linux/UnrealEditor-Linux-Debug",
|
||||
"preLaunchTask": "firstEditor Linux Debug Build",
|
||||
"args": [
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject"
|
||||
],
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1",
|
||||
"type": "cppdbg",
|
||||
"visualizerFile": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1/Engine/Extras/VisualStudioDebugging/Unreal.natvis",
|
||||
"showDisplayString": true,
|
||||
"sourceFileMap": {
|
||||
"/UEVFS/first": "/home/y1lm0z/Belgeler/Unreal Projects/first",
|
||||
"/UEVFS/Root": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Launch firstEditor (DebugGame)",
|
||||
"request": "launch",
|
||||
"program": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1/Engine/Binaries/Linux/UnrealEditor-Linux-DebugGame",
|
||||
"preLaunchTask": "firstEditor Linux DebugGame Build",
|
||||
"args": [
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject"
|
||||
],
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1",
|
||||
"type": "cppdbg",
|
||||
"visualizerFile": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1/Engine/Extras/VisualStudioDebugging/Unreal.natvis",
|
||||
"showDisplayString": true,
|
||||
"sourceFileMap": {
|
||||
"/UEVFS/first": "/home/y1lm0z/Belgeler/Unreal Projects/first",
|
||||
"/UEVFS/Root": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Launch firstEditor (Development)",
|
||||
"request": "launch",
|
||||
"program": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1/Engine/Binaries/Linux/UnrealEditor",
|
||||
"preLaunchTask": "firstEditor Linux Development Build",
|
||||
"args": [
|
||||
"/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject"
|
||||
],
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1",
|
||||
"type": "cppdbg",
|
||||
"visualizerFile": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1/Engine/Extras/VisualStudioDebugging/Unreal.natvis",
|
||||
"showDisplayString": true,
|
||||
"sourceFileMap": {
|
||||
"/UEVFS/first": "/home/y1lm0z/Belgeler/Unreal Projects/first",
|
||||
"/UEVFS/Root": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Generate Project Files",
|
||||
"type": "coreclr",
|
||||
"request": "launch",
|
||||
"preLaunchTask": "UnrealBuildTool Linux Development Build",
|
||||
"program": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1/Engine/Build/BatchFiles/RunUBT.bat",
|
||||
"args": [
|
||||
"-projectfiles",
|
||||
"-vscode",
|
||||
"-project=/home/y1lm0z/Belgeler/Unreal Projects/first/first.uproject",
|
||||
"-game",
|
||||
"-engine",
|
||||
"-dotnet"
|
||||
],
|
||||
"env": {
|
||||
"PATH": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1/Engine/Binaries/ThirdParty/DotNet/8.0.300/linux-x64:${env:PATH}",
|
||||
"DOTNET_ROOT": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1/Engine/Binaries/ThirdParty/DotNet/8.0.300/linux-x64",
|
||||
"DOTNET_HOST_PATH": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1/Engine/Binaries/ThirdParty/DotNet/8.0.300/linux-x64/dotnet",
|
||||
"DOTNET_MULTILEVEL_LOOKUP": "0",
|
||||
"DOTNET_ROLL_FORWARD": "LatestMajor"
|
||||
},
|
||||
"console": "internalConsole",
|
||||
"internalConsoleOptions": "openOnSessionStart",
|
||||
"stopAtEntry": false,
|
||||
"cwd": "/home/y1lm0z/İndirilenler/Linux_Unreal_Engine_5.6.1"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user