Skip to content

Commit 139596c

Browse files
committed
fix typo
1 parent 15a3097 commit 139596c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
"config.window.statusBar": "Show extension status in status bar.",
5252
"config.workspace.ignoreDir": "Ignored files and directories (Use `.gitignore` grammar).\n",
5353
"config.workspace.ignoreSubmodules": "Ignore submodules.",
54-
"config.workspace.library": "The directory path of the external function library.\nThe language service will additionally load the lua files in these directories, even if they are not in the current working spcae, for definition, completion and other features.\n",
54+
"config.workspace.library": "The directory path of the external function library.\nThe language service will additionally load the lua files in these directories, even if they are not in the current workspace, for definition, completion and other features.\n",
5555
"config.workspace.maxPreload": "Max preloaded files.",
5656
"config.workspace.preloadFileSize": "Skip files larger than this value (KB) when preloading.",
5757
"config.workspace.useGitIgnore": "Ignore files list in `.gitignore` .",
5858
"config.zzzzzz.cat": "DONT TOUCH ME, LET ME SLEEP >_<"
59-
}
59+
}

package/nls.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Adjust the enabled state of the built-in library. You can disable (or redefine)
3232
["config.workspace.preloadFileSize"] = "Skip files larger than this value (KB) when preloading.",
3333
["config.workspace.library"] = [[
3434
The directory path of the external function library.
35-
The language service will additionally load the lua files in these directories, even if they are not in the current working spcae, for definition, completion and other features.
35+
The language service will additionally load the lua files in these directories, even if they are not in the current workspace, for definition, completion and other features.
3636
]],
3737
['config.completion.enable'] = 'Enable completion.',
3838
['config.completion.callSnippet'] = 'Shows function call snippets.',

setting/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@
12751275
"items": {
12761276
"type": "string"
12771277
},
1278-
"markdownDescription": "The directory path of the external function library.\nThe language service will additionally load the lua files in these directories, even if they are not in the current working spcae, for definition, completion and other features.\n",
1278+
"markdownDescription": "The directory path of the external function library.\nThe language service will additionally load the lua files in these directories, even if they are not in the current workspace, for definition, completion and other features.\n",
12791279
"scope": "resource",
12801280
"type": "array"
12811281
},
@@ -1300,4 +1300,4 @@
13001300
},
13011301
"title": "setting",
13021302
"type": "object"
1303-
}
1303+
}

0 commit comments

Comments
 (0)