Skip to content
New issue

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

RunSettingsPath setting does not honor VSCode variables #1674

Open
AbhitejJohn opened this issue Dec 9, 2024 · 2 comments
Open

RunSettingsPath setting does not honor VSCode variables #1674

AbhitejJohn opened this issue Dec 9, 2024 · 2 comments
Labels
area-test Test discovery, execution, debugging bug Something isn't working

Comments

@AbhitejJohn
Copy link

AbhitejJohn commented Dec 9, 2024

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

@glektarssza
Copy link

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? 😆

@AbhitejJohn
Copy link
Author

@glektarssza : Hoping we'll get to this soon. We'll keep this thread posted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-test Test discovery, execution, debugging bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants