This commit is contained in:
Pine Wu
2018-04-10 12:38:40 -07:00
parent c1b9138a23
commit c17fb0ebff
4 changed files with 92 additions and 66 deletions

View File

@@ -49,7 +49,7 @@ connection.onShutdown(() => {
});
let scopedSettingsSupport = false;
let workspaceFolders: WorkspaceFolder[] | undefined;
let workspaceFolders: WorkspaceFolder[];
// After the server has started the client sends an initilize request. The server receives
// in the passed params the rootPath of the workspace plus the client capabilities.