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 e2e1f6e commit 05b18feCopy full SHA for 05b18fe
test/tclient/tests/relative-library.lua
@@ -4,7 +4,6 @@ local util = require 'utility'
4
local furi = require 'file-uri'
5
local ws = require 'workspace'
6
local files = require 'files'
7
-local scope = require 'workspace.scope'
8
9
local rootPath = LOGPATH .. '/relative-library'
10
local rootUri = furi.encode(rootPath)
@@ -18,10 +17,10 @@ end
18
17
lclient():start(function (client)
19
client:registerFakers()
20
21
- client:register('workspace/configuration', function (params)
+ client:register('workspace/configuration', function ()
22
return {
23
['workspace.library'] = {
24
- rootPath .. '/lib',
+ './lib',
25
}
26
27
end)
0 commit comments