-
Notifications
You must be signed in to change notification settings - Fork 384
Closed
Description
From microsoft/language-server-protocol#67 (comment)
-
TraceValuehas "compact" in meta model but not in published spec -
NotebookDocumentSyncClientCapabilitieshasexecutionSummarySupportin meta model but not in published spec -
PrepareRenameParamsmight be missingWorkDoneProgressParamsas a base in published spec? (it's in meta model) - In meta model,
InitializeParamsextendsWorkspaceFoldersInitializeParamswhich does not markworkspaceFoldersasoptional(only nullable), but in the TS spec, it's both optional (?) and nullable:workspaceFolders?: WorkspaceFolder[] | null; - Documentation is missing for quite a few things (it's in source TS, but missing in meta model):
-
CodeAction.disabled.reason("Human readable description of why the code action is currently disabled.") -
completionItem.commitCharactersSupport("Client supports commit characters on a completion item.") -
CompletionTriggerKind("How a completion was triggered") - Many (all?) enums (eg.:
CodeActionKind.Empty,CodeActionTriggerKind.Automatic)
-
I opened #945 to address some of the typos and truncated docs (I don't believe it addresses any of the above though).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels