Fixed error completion generation when making document scopes

This commit is contained in:
Alexandros Naskos
2021-03-29 12:28:52 +03:00
parent 4529b056cd
commit 2d168ed63e
3 changed files with 97 additions and 35 deletions

View File

@@ -331,8 +331,8 @@ const InitializeResult = struct {
workspaceSymbolProvider: bool,
rangeProvider: bool,
documentProvider: bool,
workspace: struct {
workspaceFolders: struct {
workspace: ?struct {
workspaceFolders: ?struct {
supported: bool,
changeNotifications: bool,
},