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 b5e57c3 commit 854cfbdCopy full SHA for 854cfbd
1 file changed
script/provider/name-style.lua
@@ -11,7 +11,7 @@ m.loaded = false
11
12
function m.nameStyleCheck(uri, text)
13
if not m.loaded then
14
- local value = config.get(nil, "Lua.nameStyle.config")
+ local value = config.get(uri, "Lua.nameStyle.config")
15
codeFormat.update_name_style_config(value)
16
m.loaded = true
17
end
0 commit comments