diff options
author | CppCXY <812125110@qq.com> | 2022-01-20 10:26:36 +0800 |
---|---|---|
committer | CppCXY <812125110@qq.com> | 2022-01-20 10:26:36 +0800 |
commit | e1faccfd253fe14b4f8ccc5ee9d4052b782ec5df (patch) | |
tree | 888aa207b19a477fd8b88685258d71dae689b121 /script/provider | |
parent | 5888272ccf7fc0b542edf88d4d8a38636351b42b (diff) | |
download | lua-language-server-e1faccfd253fe14b4f8ccc5ee9d4052b782ec5df.zip |
提供范围格式化
Diffstat (limited to 'script/provider')
-rw-r--r-- | script/provider/capability.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/script/provider/capability.lua b/script/provider/capability.lua index 31baf690..e13e11e0 100644 --- a/script/provider/capability.lua +++ b/script/provider/capability.lua @@ -114,9 +114,6 @@ function m.getIniter() }, documentFormattingProvider = true, documentRangeFormattingProvider = true - --documentOnTypeFormattingProvider = { - -- firstTriggerCharacter = '}', - --}, } --testFileEvents() |