Skip to content

Commit bb8a0af

Browse files
committed
fix scope of Lua.workspace.checkThirdParty
1 parent 9eddd83 commit bb8a0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/configuration.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ local config = {
186186
markdownDescription = "%config.workspace.library%"
187187
},
188188
['Lua.workspace.checkThirdParty'] = {
189-
scope = 'source',
189+
scope = 'resource',
190190
type = 'boolean',
191191
default = true,
192192
markdownDescription = "%config.workspace.checkThirdParty%"

0 commit comments

Comments
 (0)