summaryrefslogtreecommitdiff
path: root/doc/zh-tw
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2023-02-15 15:51:57 +0800
committer最萌小汐 <sumneko@hotmail.com>2023-02-15 15:51:57 +0800
commitc28f8c8635105010e54033b2f47065c291590264 (patch)
treee48d5feb914cb8d8c6b79085bffe83f3503b8424 /doc/zh-tw
parente94d02039797fd71a0af1c8d857888ba1a7b7c14 (diff)
downloadlua-language-server-c28f8c8635105010e54033b2f47065c291590264.zip
fix empty object
Diffstat (limited to 'doc/zh-tw')
-rw-r--r--doc/zh-tw/config.md18
1 files changed, 1 insertions, 17 deletions
diff --git a/doc/zh-tw/config.md b/doc/zh-tw/config.md
index 8084374b..83cef315 100644
--- a/doc/zh-tw/config.md
+++ b/doc/zh-tw/config.md
@@ -2160,22 +2160,6 @@ integer
500
```
-# workspace.supportScheme
-
-為以下 `scheme` 的lua檔案提供語言伺服。
-
-## type
-
-```ts
-Array<string>
-```
-
-## default
-
-```jsonc
-["file","untitled","git"]
-```
-
# workspace.useGitIgnore
忽略 `.gitignore` 中列舉的檔案。
@@ -2206,4 +2190,4 @@ Array<string>
```jsonc
[]
-```
+``` \ No newline at end of file