I have a .NET 5 application with Selenium to run some automations. I'm running it on Ubuntu 20.04.
When i try to run the application via terminal using de "dotnet run" command, it works. But when I try to use the VS Code do debug my code, I get an exception when instantiating the WebDriver.