Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tasks.json
  • Loading branch information
StefH authored Jan 30, 2025
commit b1468e105a0559afdaeb5ab3d20cbc7efda45f1a
13 changes: 2 additions & 11 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"version": "2.0.0",
"command": "dotnet",
"isShellCommand": true,
"args": [],
"tasks": [
{
"taskName": "build",
"args": [ ],
"isBuildCommand": true,
"showOutput": "silent",
"problemMatcher": "$msCompile"
}
]
"tasks": []
}