Skip to content

Commit

Permalink
[auto] Update Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
josa42 committed Mar 1, 2021
1 parent 96745db commit 2d6ae5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Trigger completion in `coc-settings.json` to get complete list.
Show extension status in status bar.

- **`Lua.workspace.ignoreDir`** [Default: `[".vscode"]`]
Ignored directories (Use `.gitignore` grammar).
Ignored files and directories (Use `.gitignore` grammar).

- **`Lua.workspace.ignoreSubmodules`** [Default: `true`]
Ignore submodules.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@
"Lua.runtime.special": {
"markdownDescription": "The custom global variables are regarded as some special built-in variables, and the language server will provide special support\nThe following example shows that 'include' is treated as' require '.\n```json\n\"Lua.runtime.special\" : {\n \"include\" : \"require\"\n}\n```\n",
"patternProperties": {
"": {
".*": {
"default": "require",
"enum": [
"_G",
Expand Down Expand Up @@ -1107,7 +1107,7 @@
"items": {
"type": "string"
},
"markdownDescription": "Ignored directories (Use `.gitignore` grammar).\n",
"markdownDescription": "Ignored files and directories (Use `.gitignore` grammar).\n",
"scope": "resource",
"type": "array"
},
Expand Down

0 comments on commit 2d6ae5e

Please sign in to comment.