Skip to content

Commit 19d15c9

Browse files
committed
clean: Remove useless code
1 parent aa429d2 commit 19d15c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/createLanguageClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async function messageConnectionToConnection (messageConnection: MessageConnecti
2020
const rootPath = params.rootPath?.replace(/\\/g, '/')
2121
const fixedParams: InitializeParams = {
2222
...params,
23-
rootPath: rootPath,
23+
rootPath,
2424
rootUri: rootPath != null ? Uri.from({ scheme: 'file', path: rootPath }).toString() : null
2525
}
2626
return connection.initialize(fixedParams)

0 commit comments

Comments
 (0)