From 21d5322024787a0afc2aee85469d7371e474550f Mon Sep 17 00:00:00 2001 From: Veljko Tosic Date: Wed, 18 Feb 2026 20:22:05 +0100 Subject: [PATCH] RT not to open browser --- dotnet/AipsRT/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet/AipsRT/Properties/launchSettings.json b/dotnet/AipsRT/Properties/launchSettings.json index 5d70556..e76400f 100644 --- a/dotnet/AipsRT/Properties/launchSettings.json +++ b/dotnet/AipsRT/Properties/launchSettings.json @@ -4,7 +4,7 @@ "http": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": true, + "launchBrowser": false, "applicationUrl": "http://localhost:5039", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development"