Skip to content

Commit

Permalink
Add launch profile - self-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Viir committed Aug 11, 2023
1 parent 155d757 commit 76e8ee5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions implement/elm-time/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"profiles": {
"elm-time": {
"commandName": "Project"
},
"self-test": {
"commandName": "Project",
"commandLineArgs": "self-test"
}
}
}

0 comments on commit 76e8ee5

Please sign in to comment.