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 7a082a3 commit cd59259Copy full SHA for cd59259
lua/user/lsp/settings/jsonls.lua
@@ -1,4 +1,4 @@
1
-local default_schemas = nil
+local default_schemas = {}
2
local status_ok, jsonls_settings = pcall(require, "nlspsettings.jsonls")
3
if status_ok then
4
default_schemas = jsonls_settings.get_default_schemas()
0 commit comments