Skip to content

Commit

Permalink
chore: Remove outdated task
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Nov 9, 2023
1 parent 8fa45c8 commit 81d648b
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,6 @@
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "tsc",
"type": "shell",
"command": "yarn tsc --watch --noEmit -p ./app",
"options": {
"shell": {
"executable": "nix-shell",
"args": ["--run"]
}
},
"isBackground": true,
"problemMatcher": {
"base": "$tsc-watch",
"owner": "typescript",
"applyTo": "allDocuments"
},
"presentation": {
"group": "dev"
},
"runOptions": {
"runOn": "folderOpen"
}
},
{
"label": "dev-server",
"type": "shell",
Expand Down

0 comments on commit 81d648b

Please sign in to comment.