Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update language-server-protocol digest to 3d358f0 #76

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion language-server-protocol
Submodule language-server-protocol updated 27 files
+5 βˆ’5 Gemfile.lock
+2 βˆ’1 _implementors/servers.md
+1 βˆ’1 _specifications/lsp/3.17/general/exit.md
+1 βˆ’1 _specifications/lsp/3.17/general/shutdown.md
+3 βˆ’3 _specifications/lsp/3.17/language/documentHighlight.md
+1 βˆ’1 _specifications/lsp/3.17/language/publishDiagnostics.md
+1 βˆ’1 _specifications/lsp/3.17/language/semanticTokens.md
+7 βˆ’7 _specifications/lsp/3.17/metaModel/metaModel.json
+1 βˆ’1 _specifications/lsp/3.17/metaModel/metaModel.schema.json
+2 βˆ’2 _specifications/lsp/3.17/specification.md
+1 βˆ’1 _specifications/lsp/3.17/telemetry/event.md
+1 βˆ’1 _specifications/lsp/3.17/types/range.md
+1 βˆ’1 _specifications/lsp/3.17/workspace/didChangeWorkspaceFolders.md
+1 βˆ’1 _specifications/lsp/3.17/workspace/workspaceFolders.md
+1 βˆ’1 _specifications/lsp/3.18/general/exit.md
+1 βˆ’1 _specifications/lsp/3.18/general/shutdown.md
+3 βˆ’3 _specifications/lsp/3.18/language/documentHighlight.md
+1 βˆ’1 _specifications/lsp/3.18/language/publishDiagnostics.md
+1 βˆ’1 _specifications/lsp/3.18/language/semanticTokens.md
+26 βˆ’26 _specifications/lsp/3.18/metaModel/metaModel.json
+2 βˆ’2 _specifications/lsp/3.18/specification.md
+1 βˆ’1 _specifications/lsp/3.18/telemetry/event.md
+1 βˆ’1 _specifications/lsp/3.18/types/position.md
+1 βˆ’1 _specifications/lsp/3.18/types/range.md
+1 βˆ’1 _specifications/lsp/3.18/workspace/didChangeWorkspaceFolders.md
+1 βˆ’1 _specifications/lsp/3.18/workspace/workspaceFolders.md
+3 βˆ’14 css/main.scss
2 changes: 1 addition & 1 deletion lib/language_server/protocol/interface/response_message.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def id
# The result of a request. This member is REQUIRED on success.
# This member MUST NOT exist if there was an error invoking the method.
#
# @return [string | number | boolean | object]
# @return [any]
def result
attributes.fetch(:result)
end
Expand Down