Skip to content

Commit

Permalink
Update launch settings for new v2 options
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Dec 14, 2024
1 parent f0a5e04 commit 13de24b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions UICatalog/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@
"commandName": "Project",
"commandLineArgs": "--driver WindowsDriver"
},
"UICatalog --driver v2": {
"UICatalog --driver v2win": {
"commandName": "Project",
"commandLineArgs": "--driver v2"
"commandLineArgs": "--driver v2win"
},
"UICatalog --driver v2net": {
"commandName": "Project",
"commandLineArgs": "--driver v2net"
},
"WSL: UICatalog": {
"commandName": "Executable",
Expand Down

0 comments on commit 13de24b

Please sign in to comment.