feat(vscodium): add lua hints by default

This commit is contained in:
Sergio Laín 2024-01-24 13:24:28 +01:00
parent f7f6efc86c
commit 4775776923
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -168,6 +168,7 @@
"markdown.preview.scrollEditorWithPreview": true, "markdown.preview.scrollEditorWithPreview": true,
"markdown.preview.scrollPreviewWithEditor": true, "markdown.preview.scrollPreviewWithEditor": true,
"Lua.codeLens.enable": true, "Lua.codeLens.enable": true,
"Lua.hint.enable": true,
"html.format.enable": true, "html.format.enable": true,
"json.format.enable": true, "json.format.enable": true,
"javascript.format.enable": true, "javascript.format.enable": true,