Skip to content

Commit 24fedf6

Browse files
committed
更新配置文件
1 parent eaec21e commit 24fedf6

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

setting/schema-zh-cn.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,12 @@
348348
"scope": "resource",
349349
"type": "string"
350350
},
351+
"Lua.signatureHelp.enable": {
352+
"default": true,
353+
"markdownDescription": "启用参数提示",
354+
"scope": "resource",
355+
"type": "boolean"
356+
},
351357
"Lua.workspace.ignoreDir": {
352358
"default": [
353359
".vscode"

setting/schema.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,12 @@
348348
"scope": "resource",
349349
"type": "string"
350350
},
351+
"Lua.signatureHelp.enable": {
352+
"default": true,
353+
"markdownDescription": "Enable signature help.",
354+
"scope": "resource",
355+
"type": "boolean"
356+
},
351357
"Lua.workspace.ignoreDir": {
352358
"default": [
353359
".vscode"

0 commit comments

Comments
 (0)