0
0
mirror of https://github.com/sp-tarkov/launcher.git synced 2025-02-12 14:50:43 -05:00
launcher/project/Launcher.code-workspace

29 lines
399 B
Plaintext

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