From 6a80ec2969b8fec5024c4d561f8474579f097d71 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Thu, 2 Jun 2022 01:35:05 -0300 Subject: [PATCH] Test runing on Ubuntu via F5 from VS --- src/dotnet-chromium/Properties/launchSettings.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/dotnet-chromium/Properties/launchSettings.json b/src/dotnet-chromium/Properties/launchSettings.json index b051ee5..7990e12 100644 --- a/src/dotnet-chromium/Properties/launchSettings.json +++ b/src/dotnet-chromium/Properties/launchSettings.json @@ -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": "" } } } \ No newline at end of file