0
0
mirror of https://github.com/sp-tarkov/modules.git synced 2025-02-13 05:50:44 -05:00
modules/project/Modules.code-workspace
chomp c7bc0b0514 Rework build process (!83)
Co-authored-by: CWXDEV <CWXDEV@outlook.com>
Reviewed-on: SPT-AKI/Modules#83
2024-02-16 10:13:58 +00:00

29 lines
402 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"window.title": "SPT-AKI Modules"
},
"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
}
}
]
}
}