Skip to content

Commit 4d60c4d

Browse files
committed
增强emmylua可用性
1 parent 6035cee commit 4d60c4d

File tree

4 files changed

+364
-872
lines changed

4 files changed

+364
-872
lines changed

EmmyLua-LS/src/main/kotlin/com/tang/vscode/LuaLanguageServer.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ class LuaLanguageServer : LanguageServer, LanguageClientAware {
101101
capabilities.workspace.workspaceFolders = WorkspaceFoldersOptions()
102102
capabilities.workspace.workspaceFolders.supported = true
103103
capabilities.workspace.workspaceFolders.changeNotifications = Either.forLeft(WORKSPACE_FOLDERS_CAPABILITY_ID)
104-
capabilities.foldingRangeProvider = Either.forLeft(true)
105104

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

0 commit comments

Comments
 (0)