0
0
mirror of https://github.com/sp-tarkov/launcher.git synced 2025-02-13 02:10:44 -05:00
launcher/project/Launcher.code-workspace
2023-03-03 19:25:33 +00:00

29 lines
378 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"window.title": "SPT-AKI Launcher"
},
"extensions": {
"recommendations": [
"ms-dotnettools.csharp"
]
},
"tasks":{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"type": "shell",
"command": "dotnet cake",
"group": {
"kind": "build",
"isDefault": true
}
}
]
}
}