We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa429d2 commit 19d15c9Copy full SHA for 19d15c9
src/createLanguageClient.ts
@@ -20,7 +20,7 @@ async function messageConnectionToConnection (messageConnection: MessageConnecti
20
const rootPath = params.rootPath?.replace(/\\/g, '/')
21
const fixedParams: InitializeParams = {
22
...params,
23
- rootPath: rootPath,
+ rootPath,
24
rootUri: rootPath != null ? Uri.from({ scheme: 'file', path: rootPath }).toString() : null
25
}
26
return connection.initialize(fixedParams)
0 commit comments