I have some unit tests in my project that needs runsettings file to run properly.
When I launch those tests, I have issues with parameters that should be taken from the runsettings file
My question is how can I pass the runsettings file to visual studio code in order to use it when I execute my tests ?
Thank you in advance,
Regards

Two parts need file
.runsettingswhen you work with VS Code:buildtests in VS Code, it firstly runvstest.exewith parametersruntests in VS Code, it needmstest.exe.For the first part, here is the document for .NET Core Test Explorer: https://github.com/formulahendry/vscode-dotnet-test-explorer
.vscode\workspace.code-workspacefile for specified test project only:For the second part, we need a new feature RunSettingsFilePath that's delivered from VS 2019 16.4.