578 lines
15 KiB
Plaintext
578 lines
15 KiB
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "EncoreUnProjet",
|
|
"path": "."
|
|
},
|
|
{
|
|
"name": "UE5",
|
|
"path": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
],
|
|
"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": "EncoreUnProjet Mac Debug Build",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjet",
|
|
"Mac",
|
|
"Debug",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjet Mac Debug Rebuild",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjet",
|
|
"Mac",
|
|
"Debug",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"dependsOn": [
|
|
"EncoreUnProjet Mac Debug Clean"
|
|
],
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjet Mac Debug Clean",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjet",
|
|
"Mac",
|
|
"Debug",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex",
|
|
"-clean"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjet Mac DebugGame Build",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjet",
|
|
"Mac",
|
|
"DebugGame",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjet Mac DebugGame Rebuild",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjet",
|
|
"Mac",
|
|
"DebugGame",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"dependsOn": [
|
|
"EncoreUnProjet Mac DebugGame Clean"
|
|
],
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjet Mac DebugGame Clean",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjet",
|
|
"Mac",
|
|
"DebugGame",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex",
|
|
"-clean"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjet Mac Development Build",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjet",
|
|
"Mac",
|
|
"Development",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjet Mac Development Rebuild",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjet",
|
|
"Mac",
|
|
"Development",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"dependsOn": [
|
|
"EncoreUnProjet Mac Development Clean"
|
|
],
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjet Mac Development Clean",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjet",
|
|
"Mac",
|
|
"Development",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex",
|
|
"-clean"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjet Mac Test Build",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjet",
|
|
"Mac",
|
|
"Test",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjet Mac Test Rebuild",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjet",
|
|
"Mac",
|
|
"Test",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"dependsOn": [
|
|
"EncoreUnProjet Mac Test Clean"
|
|
],
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjet Mac Test Clean",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjet",
|
|
"Mac",
|
|
"Test",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex",
|
|
"-clean"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjet Mac Shipping Build",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjet",
|
|
"Mac",
|
|
"Shipping",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjet Mac Shipping Rebuild",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjet",
|
|
"Mac",
|
|
"Shipping",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"dependsOn": [
|
|
"EncoreUnProjet Mac Shipping Clean"
|
|
],
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjet Mac Shipping Clean",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjet",
|
|
"Mac",
|
|
"Shipping",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex",
|
|
"-clean"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjetEditor Mac Debug Build",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjetEditor",
|
|
"Mac",
|
|
"Debug",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjetEditor Mac Debug Rebuild",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjetEditor",
|
|
"Mac",
|
|
"Debug",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"dependsOn": [
|
|
"EncoreUnProjetEditor Mac Debug Clean"
|
|
],
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjetEditor Mac Debug Clean",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjetEditor",
|
|
"Mac",
|
|
"Debug",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex",
|
|
"-clean"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjetEditor Mac DebugGame Build",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjetEditor",
|
|
"Mac",
|
|
"DebugGame",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjetEditor Mac DebugGame Rebuild",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjetEditor",
|
|
"Mac",
|
|
"DebugGame",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"dependsOn": [
|
|
"EncoreUnProjetEditor Mac DebugGame Clean"
|
|
],
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjetEditor Mac DebugGame Clean",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjetEditor",
|
|
"Mac",
|
|
"DebugGame",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex",
|
|
"-clean"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjetEditor Mac Development Build",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjetEditor",
|
|
"Mac",
|
|
"Development",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjetEditor Mac Development Rebuild",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjetEditor",
|
|
"Mac",
|
|
"Development",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"dependsOn": [
|
|
"EncoreUnProjetEditor Mac Development Clean"
|
|
],
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
},
|
|
{
|
|
"label": "EncoreUnProjetEditor Mac Development Clean",
|
|
"group": "build",
|
|
"command": "Engine/Build/BatchFiles/Mac/Build.sh",
|
|
"args": [
|
|
"EncoreUnProjetEditor",
|
|
"Mac",
|
|
"Development",
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-waitmutex",
|
|
"-clean"
|
|
],
|
|
"problemMatcher": "$msCompile",
|
|
"type": "shell",
|
|
"options": {
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"launch": {
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch EncoreUnProjet (Debug)",
|
|
"request": "launch",
|
|
"program": "/Users/kap/Documents/Unreal Projects/EncoreUnProjet/Binaries/Mac/UnrealGame-Mac-Debug.app/Contents/MacOS/UnrealGame-Mac-Debug",
|
|
"preLaunchTask": "EncoreUnProjet Mac Debug Build",
|
|
"args": [
|
|
],
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3",
|
|
"type": "lldb"
|
|
},
|
|
{
|
|
"name": "Launch EncoreUnProjet (DebugGame)",
|
|
"request": "launch",
|
|
"program": "/Users/kap/Documents/Unreal Projects/EncoreUnProjet/Binaries/Mac/UnrealGame-Mac-DebugGame.app/Contents/MacOS/UnrealGame-Mac-DebugGame",
|
|
"preLaunchTask": "EncoreUnProjet Mac DebugGame Build",
|
|
"args": [
|
|
],
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3",
|
|
"type": "lldb"
|
|
},
|
|
{
|
|
"name": "Launch EncoreUnProjet (Development)",
|
|
"request": "launch",
|
|
"program": "/Users/kap/Documents/Unreal Projects/EncoreUnProjet/Binaries/Mac/UnrealGame.app/Contents/MacOS/UnrealGame",
|
|
"preLaunchTask": "EncoreUnProjet Mac Development Build",
|
|
"args": [
|
|
],
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3",
|
|
"type": "lldb"
|
|
},
|
|
{
|
|
"name": "Launch EncoreUnProjet (Test)",
|
|
"request": "launch",
|
|
"program": "/Users/kap/Documents/Unreal Projects/EncoreUnProjet/Binaries/Mac/UnrealGame-Mac-Test.app/Contents/MacOS/UnrealGame-Mac-Test",
|
|
"preLaunchTask": "EncoreUnProjet Mac Test Build",
|
|
"args": [
|
|
],
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3",
|
|
"type": "lldb"
|
|
},
|
|
{
|
|
"name": "Launch EncoreUnProjet (Shipping)",
|
|
"request": "launch",
|
|
"program": "/Users/kap/Documents/Unreal Projects/EncoreUnProjet/Binaries/Mac/UnrealGame-Mac-Shipping.app/Contents/MacOS/UnrealGame-Mac-Shipping",
|
|
"preLaunchTask": "EncoreUnProjet Mac Shipping Build",
|
|
"args": [
|
|
],
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3",
|
|
"type": "lldb"
|
|
},
|
|
{
|
|
"name": "Launch EncoreUnProjetEditor (Debug)",
|
|
"request": "launch",
|
|
"program": "/Users/Shared/Epic Games/UE_5.3/Engine/Binaries/Mac/UnrealEditor-Mac-Debug.app/Contents/MacOS/UnrealEditor-Mac-Debug",
|
|
"preLaunchTask": "EncoreUnProjetEditor Mac Debug Build",
|
|
"args": [
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject"
|
|
],
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3",
|
|
"type": "lldb"
|
|
},
|
|
{
|
|
"name": "Launch EncoreUnProjetEditor (DebugGame)",
|
|
"request": "launch",
|
|
"program": "/Users/Shared/Epic Games/UE_5.3/Engine/Binaries/Mac/UnrealEditor-Mac-DebugGame.app/Contents/MacOS/UnrealEditor-Mac-DebugGame",
|
|
"preLaunchTask": "EncoreUnProjetEditor Mac DebugGame Build",
|
|
"args": [
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject"
|
|
],
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3",
|
|
"type": "lldb"
|
|
},
|
|
{
|
|
"name": "Launch EncoreUnProjetEditor (Development)",
|
|
"request": "launch",
|
|
"program": "/Users/Shared/Epic Games/UE_5.3/Engine/Binaries/Mac/UnrealEditor.app/Contents/MacOS/UnrealEditor",
|
|
"preLaunchTask": "EncoreUnProjetEditor Mac Development Build",
|
|
"args": [
|
|
"/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject"
|
|
],
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3",
|
|
"type": "lldb"
|
|
},
|
|
{
|
|
"name": "Generate Project Files",
|
|
"type": "coreclr",
|
|
"request": "launch",
|
|
"preLaunchTask": "UnrealBuildTool Mac Development Build",
|
|
"program": "/Users/Shared/Epic Games/UE_5.3/Engine/Build/BatchFiles/RunUBT.bat",
|
|
"args": [
|
|
"-projectfiles",
|
|
"-vscode",
|
|
"-project=/Users/kap/Documents/Unreal Projects/EncoreUnProjet/EncoreUnProjet.uproject",
|
|
"-game",
|
|
"-engine",
|
|
"-dotnet"
|
|
],
|
|
"console": "internalConsole",
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
"stopAtEntry": false,
|
|
"cwd": "/Users/Shared/Epic Games/UE_5.3"
|
|
}
|
|
]
|
|
}
|
|
}
|