Skip to content

Commit 39c821e

Browse files
committed
improve displaying
1 parent c4f8cde commit 39c821e

File tree

11 files changed

+7
-67
lines changed

11 files changed

+7
-67
lines changed

client/src/languageserver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function registerCustomCommands(context: ExtensionContext) {
5858
'server',
5959
'log',
6060
),
61-
openLabel: "Export documents to this folder",
61+
openLabel: "Export to this folder",
6262
canSelectFiles: false,
6363
canSelectFolders: true,
6464
canSelectMany: false,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"command": "lua.exportDocument",
31-
"title": "Export Document"
31+
"title": "%command.exportDocument%"
3232
}
3333
],
3434
"configuration": {

package.nls.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"command.exportDocument": "Export Document ...",
23
"config.IntelliSense.traceBeSetted": "Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
34
"config.IntelliSense.traceFieldInject": "Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
45
"config.IntelliSense.traceLocalSet": "Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",

package.nls.pt-br.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"command.exportDocument": "Export Document ...",
23
"config.IntelliSense.traceBeSetted": "Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
34
"config.IntelliSense.traceFieldInject": "Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",
45
"config.IntelliSense.traceLocalSet": "Please read [wiki](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features) to learn more.",

package.nls.zh-cn.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"command.exportDocument": "导出文档...",
23
"config.IntelliSense.traceBeSetted": "请查阅[文档](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)了解用法。",
34
"config.IntelliSense.traceFieldInject": "请查阅[文档](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)了解用法。",
45
"config.IntelliSense.traceLocalSet": "请查阅[文档](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)了解用法。",

package.nls.zh-tw.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"command.exportDocument": "Export Document ...",
23
"config.IntelliSense.traceBeSetted": "請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。",
34
"config.IntelliSense.traceFieldInject": "請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。",
45
"config.IntelliSense.traceLocalSet": "請查閱[文件](https://github.com/sumneko/lua-language-server/wiki/IntelliSense-optional-features)瞭解用法。",

package/package.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ return {
4040
},
4141
{
4242
command = "lua.exportDocument",
43-
title = "Export Document",
43+
title = "%command.exportDocument%",
4444
},
4545
},
4646
menus = {

setting/schema-pt-br.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3065,9 +3065,6 @@
30653065
"preloadFileSize": {
30663066
"$ref": "#/properties/workspace.preloadFileSize"
30673067
},
3068-
"supportScheme": {
3069-
"$ref": "#/properties/workspace.supportScheme"
3070-
},
30713068
"useGitIgnore": {
30723069
"$ref": "#/properties/workspace.useGitIgnore"
30733070
},
@@ -3120,19 +3117,6 @@
31203117
"scope": "resource",
31213118
"type": "integer"
31223119
},
3123-
"workspace.supportScheme": {
3124-
"default": [
3125-
"file",
3126-
"untitled",
3127-
"git"
3128-
],
3129-
"items": {
3130-
"type": "string"
3131-
},
3132-
"markdownDescription": "Provide language server for the Lua files of the following scheme.",
3133-
"scope": "resource",
3134-
"type": "array"
3135-
},
31363120
"workspace.useGitIgnore": {
31373121
"default": true,
31383122
"markdownDescription": "Ignore files list in `.gitignore` .",

setting/schema-zh-cn.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3065,9 +3065,6 @@
30653065
"preloadFileSize": {
30663066
"$ref": "#/properties/workspace.preloadFileSize"
30673067
},
3068-
"supportScheme": {
3069-
"$ref": "#/properties/workspace.supportScheme"
3070-
},
30713068
"useGitIgnore": {
30723069
"$ref": "#/properties/workspace.useGitIgnore"
30733070
},
@@ -3120,19 +3117,6 @@
31203117
"scope": "resource",
31213118
"type": "integer"
31223119
},
3123-
"workspace.supportScheme": {
3124-
"default": [
3125-
"file",
3126-
"untitled",
3127-
"git"
3128-
],
3129-
"items": {
3130-
"type": "string"
3131-
},
3132-
"markdownDescription": "为以下 scheme 的lua文件提供语言服务。",
3133-
"scope": "resource",
3134-
"type": "array"
3135-
},
31363120
"workspace.useGitIgnore": {
31373121
"default": true,
31383122
"markdownDescription": "忽略 `.gitignore` 中列举的文件。",

setting/schema-zh-tw.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3065,9 +3065,6 @@
30653065
"preloadFileSize": {
30663066
"$ref": "#/properties/workspace.preloadFileSize"
30673067
},
3068-
"supportScheme": {
3069-
"$ref": "#/properties/workspace.supportScheme"
3070-
},
30713068
"useGitIgnore": {
30723069
"$ref": "#/properties/workspace.useGitIgnore"
30733070
},
@@ -3120,19 +3117,6 @@
31203117
"scope": "resource",
31213118
"type": "integer"
31223119
},
3123-
"workspace.supportScheme": {
3124-
"default": [
3125-
"file",
3126-
"untitled",
3127-
"git"
3128-
],
3129-
"items": {
3130-
"type": "string"
3131-
},
3132-
"markdownDescription": "為以下 `scheme` 的lua檔案提供語言伺服。",
3133-
"scope": "resource",
3134-
"type": "array"
3135-
},
31363120
"workspace.useGitIgnore": {
31373121
"default": true,
31383122
"markdownDescription": "忽略 `.gitignore` 中列舉的檔案。",

0 commit comments

Comments
 (0)