mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
15 lines
335 B
JSON
15 lines
335 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "build",
|
|
"command": "dotnet",
|
|
"type": "process",
|
|
"args": [
|
|
"build",
|
|
"${workspaceFolder}/DoXM_Client/DoXM_Client.csproj"
|
|
],
|
|
"problemMatcher": "$msCompile"
|
|
}
|
|
]
|
|
} |