formulahendry / formulahendry/vscode-dotnet-test-explorer

Cannot use vscode variables for dotnet-test-explorer.pathForResultFile

Open
#210 1 comment 0 reactions 0 assignees View on GitHub
enhancement Waiting for vscode support
Dominant language
TypeScript
Stars
208
Forks
93
PR merge metrics
No merged PRs in 30d

Description

Hello, I see it's not possible to use vscode variables into dotnet-test-explorer.pathForResultFile configuration.

In my case, I use `"dotnet-test-explorer.pathForResultFile": "${workspaceFolder}",`
In vscode console I have this error:
`Activating extension 'formulahendry.dotnet-test-explorer' failed: ENOENT: no such file or directory, mkdtemp 'c:\Developpement\Base\${workspaceFolder}\test-explorer-XXXXXX'`

If I comment `"dotnet-test-explorer.pathForResultFile": "${workspaceFolder}",` and I refresh test discovering, I have this error :
```
Error: command 'dotnet-test-explorer.refreshTestExplorer' not found
at Proxy._tryExecuteCommand (commandService.ts:60)
at r.then.i (commandService.ts:53)
at process._tickCallback (internal/process/next_tick.js:68)
```

Thanks.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.