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 d912dfc commit 010a803Copy full SHA for 010a803
test/plugins/ffi/test.lua
@@ -24,7 +24,7 @@ end
24
---@async
25
lclient():start(function (languageClient)
26
languageClient:registerFakers()
27
- local rootUri = furi.encode '/'
+ local rootUri = TESTURI
28
languageClient:initialize {
29
rootUri = rootUri,
30
}
0 commit comments