We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaec21e commit 24fedf6Copy full SHA for 24fedf6
setting/schema-zh-cn.json
@@ -348,6 +348,12 @@
348
"scope": "resource",
349
"type": "string"
350
},
351
+ "Lua.signatureHelp.enable": {
352
+ "default": true,
353
+ "markdownDescription": "启用参数提示",
354
+ "scope": "resource",
355
+ "type": "boolean"
356
+ },
357
"Lua.workspace.ignoreDir": {
358
"default": [
359
".vscode"
setting/schema.json
+ "markdownDescription": "Enable signature help.",
0 commit comments