We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The setting dotnet.unitTests.runSettingsPath does not respect VSCode variables.
Setting it to:
"dotnet.unitTests.runSettingsPath": "${workspaceFolder}/coverage.runsettings" produced the following error:
Cannot read runsettings file at: c:\Users\GlekLaptop\repositories\github\glektarssza\glekcraft${workspaceFolder}\coverage.runsettings
Reported by @glektarssza here
The text was updated successfully, but these errors were encountered:
obj
Funnily enough I just bumped into this again earlier today and had to remind myself that I need to use a full path. What are the odds? 😆
Sorry, something went wrong.
@glektarssza : Hoping we'll get to this soon. We'll keep this thread posted.
No branches or pull requests
Describe the Issue
The setting dotnet.unitTests.runSettingsPath does not respect VSCode variables.
Setting it to:
"dotnet.unitTests.runSettingsPath": "${workspaceFolder}/coverage.runsettings"
produced the following error:
Cannot read runsettings file at: c:\Users\GlekLaptop\repositories\github\glektarssza\glekcraft${workspaceFolder}\coverage.runsettings
Reported by @glektarssza here
The text was updated successfully, but these errors were encountered: