|
@@ -66,6 +66,7 @@ export namespace LSPClient {
|
|
|
log.info("sending initialize", { id: serverID })
|
|
log.info("sending initialize", { id: serverID })
|
|
|
await withTimeout(
|
|
await withTimeout(
|
|
|
connection.sendRequest("initialize", {
|
|
connection.sendRequest("initialize", {
|
|
|
|
|
+ rootUri: "file://" + app.path.cwd,
|
|
|
processId: server.process.pid,
|
|
processId: server.process.pid,
|
|
|
workspaceFolders: [
|
|
workspaceFolders: [
|
|
|
{
|
|
{
|