Skip to content

Commit

Permalink
Change default task
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaorson committed Feb 13, 2021
1 parent c47630f commit 669ec21
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"type": "shell",
"command": "cd examples/desktop; nimble buildDesktop",
"problemMatcher": [],
"group": "build",
"group": {
"kind": "build",
"isDefault": true
},
},
{
"label": "Debug Komodo Desktop Example",
Expand All @@ -20,10 +23,6 @@
"type": "shell",
"command": "cd examples/desktop; nimble runDesktop",
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
},
},
{
"label": "Debug Komodo Editor",
Expand Down

0 comments on commit 669ec21

Please sign in to comment.