Commit ad38363
Fix test location URI construction on Linux/Mac (#2129)
Use vscode.Uri.file instead of vscode.Uri.parse with hard-coded
'file:///' prefix. On Linux/Mac, file paths start with '/' so
combining 'file:///' + '/home/user/...' produces 'file:////home/...'
(four slashes) which is an invalid URI.
vscode.Uri.file correctly handles platform differences, matching
the existing pattern used throughout SolutionExplorer.fs.
Closes #2117
Co-authored-by: Repo Assist (Copilot) <223556219+Copilot@users.noreply.github.com>1 parent a94d274 commit ad38363
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
933 | 933 | | |
934 | 934 | | |
935 | 935 | | |
936 | | - | |
| 936 | + | |
937 | 937 | | |
938 | 938 | | |
939 | 939 | | |
| |||
0 commit comments