✨ feat(vscodium): add lua hints by default
This commit is contained in:
parent
f7f6efc86c
commit
4775776923
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue