diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-02-15 15:51:57 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-02-15 15:51:57 +0800 |
commit | c28f8c8635105010e54033b2f47065c291590264 (patch) | |
tree | e48d5feb914cb8d8c6b79085bffe83f3503b8424 /doc/en-us | |
parent | e94d02039797fd71a0af1c8d857888ba1a7b7c14 (diff) | |
download | lua-language-server-c28f8c8635105010e54033b2f47065c291590264.zip |
fix empty object
Diffstat (limited to 'doc/en-us')
-rw-r--r-- | doc/en-us/config.md | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/doc/en-us/config.md b/doc/en-us/config.md index dab1a456..2d519824 100644 --- a/doc/en-us/config.md +++ b/doc/en-us/config.md @@ -2161,22 +2161,6 @@ integer 500 ``` -# workspace.supportScheme - -Provide language server for the Lua files of the following scheme. - -## type - -```ts -Array<string> -``` - -## default - -```jsonc -["file","untitled","git"] -``` - # workspace.useGitIgnore Ignore files list in `.gitignore` . @@ -2207,4 +2191,4 @@ Array<string> ```jsonc [] -``` +```
\ No newline at end of file |