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

Commit dfc539f

Browse files
committed
change the name to just be the unix format path
1 parent 4337d5d commit dfc539f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/extension.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,9 @@ class ClientWorkspace {
210210
const pattern = this.config.multiProjectEnabled
211211
? `**${this.folder.uri.path}/**`
212212
: undefined;
213+
213214
const collectionName = this.config.multiProjectEnabled
214-
? `rust ${this.folder.uri.toString()}`
215+
? `rust ${this.folder.uri.path}`
215216
: 'rust';
216217
const clientOptions: LanguageClientOptions = {
217218
// Register the server for Rust files

0 commit comments

Comments
 (0)