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 6897e26 commit 12ca56aCopy full SHA for 12ca56a
.vscode/launch.json
@@ -36,6 +36,9 @@
36
]
37
],
38
"windows": {
39
+ "name": "🍄attach",
40
+ "type": "lua",
41
+ "request": "attach",
42
"sourceMaps": [
43
[
44
"script\\*",
script/config/config.lua
@@ -76,7 +76,7 @@ end
76
function m.set(uri, key, value)
77
local unit = template[key]
78
assert(unit, 'unknown key: ' .. key)
79
- local scp = getScope(uri)
+ local scp = getScope(uri, key)
80
local oldValue = m.get(uri, key)
81
m.setByScope(scp, key, value)
82
local newValue = m.get(uri, key)
0 commit comments