diff options
Diffstat (limited to 'doc/zh-tw/config.md')
-rw-r--r-- | doc/zh-tw/config.md | 18 |
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 |