Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit df44bfd

Browse files
committed
use a unix standardized path for lookup (this is just a key)
1 parent 26c6e33 commit df44bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function whenOpeningTextDocument(
9090
return;
9191
}
9292

93-
const folderPath = folder.uri.toString();
93+
const folderPath = folder.uri.path;
9494

9595
if (!workspaces.has(folderPath)) {
9696
const workspace = new ClientWorkspace(folder);

0 commit comments

Comments
 (0)