Skip to content

Commit

Permalink
Test runing on Ubuntu via F5 from VS
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Jun 3, 2022
1 parent cebb1b2 commit 6a80ec2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/dotnet-chromium/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"profiles": {
"Chromium": {
"commandName": "Project"
"commandName": "Project",
"commandLineArgs": "--headless https://clarius.org"
},
"WSL": {
"commandName": "WSL2",
"commandLineArgs": "dotnet-chromium.dll --headless https://clarius.org",
"distributionName": ""
}
}
}

0 comments on commit 6a80ec2

Please sign in to comment.