You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also seems like words only match after pressing doing one file change and only if editing a file containing the word, not if the word is in any other file in the workspace
-- if not set, the folder name will be usedname='Atomontage'-- list of matched words--words = { "self%:Attach", "self%:Start" }-- list or matched file names. `.lua`, `.dll` and `.so` onlyfiles= {'Sky%.lua', "Camera Controller%.lua", "Brush%.lua", "Voxel Inspector%.lua"} --those dont work?-- lsit of settings to be changedconfigs= {
{
key='Lua.runtime.version',
action='set',
value='Lua 5.3',
},
{
key='Lua.runtime.builtin',
action='prop',
prop='io',
value='disable',
},
{
key='Lua.runtime.builtin',
action='prop',
prop='os',
value='disable',
},
}
and my project contains some of the file names at root i.e. Sky.lua
however the dialogue to enable my third party library doesn't show up
Describe the bug
Setting some files to be matched in config.lua dont work
To Reproduce
Steps to reproduce the behavior:
try my extension: https://marketplace.visualstudio.com/items?itemName=AtomontageInc.vscode-atomontage-lua
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: