Skip to content

Commit 3a4e05a

Browse files
fix: fix workspace configuration
1 parent 05b18fe commit 3a4e05a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

test/tclient/tests/relative-library.lua

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ lclient():start(function (client)
1919

2020
client:register('workspace/configuration', function ()
2121
return {
22-
['workspace.library'] = {
23-
'./lib',
22+
{
23+
['workspace.library'] = {
24+
'./lib',
25+
}
2426
}
2527
}
2628
end)

0 commit comments

Comments
 (0)