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 98efc56 commit 3dcbab2Copy full SHA for 3dcbab2
script/library.lua
@@ -569,6 +569,10 @@ local function check3rdByFileName(uri, configs)
569
if hasAsked[cfg.name] then
570
goto CONTINUE
571
end
572
+ local library = ('%s/library'):format(cfg.dirname)
573
+ if util.arrayHas(config.get(uri, 'Lua.workspace.library'), library) then
574
+ goto CONTINUE
575
+ end
576
for _, filename in ipairs(cfg.files) do
577
await.delay()
578
if wholeMatch(path, filename) then
0 commit comments