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

Commit 1a761d8

Browse files
committed
undo collectionName change
1 parent 12378b1 commit 1a761d8

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
@@ -212,7 +212,7 @@ class ClientWorkspace {
212212
: undefined;
213213

214214
const collectionName = this.config.multiProjectEnabled
215-
? `rust ${this.folder.uri.path}`
215+
? `rust ${this.folder.uri.toString()}`
216216
: 'rust';
217217
const clientOptions: LanguageClientOptions = {
218218
// Register the server for Rust files

0 commit comments

Comments
 (0)