Skip to content

Commit

Permalink
增强emmylua可用性
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Jun 29, 2023
1 parent 6035cee commit 4d60c4d
Show file tree
Hide file tree
Showing 4 changed files with 364 additions and 872 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ class LuaLanguageServer : LanguageServer, LanguageClientAware {
capabilities.workspace.workspaceFolders = WorkspaceFoldersOptions()
capabilities.workspace.workspaceFolders.supported = true
capabilities.workspace.workspaceFolders.changeNotifications = Either.forLeft(WORKSPACE_FOLDERS_CAPABILITY_ID)
capabilities.foldingRangeProvider = Either.forLeft(true)

capabilities.textDocumentSync = Either.forLeft(TextDocumentSyncKind.Full)

Expand Down
Loading

0 comments on commit 4d60c4d

Please sign in to comment.