diff options
author | cos <cos> | 2024-09-09 18:18:36 +0200 |
---|---|---|
committer | cos <cos> | 2024-09-09 18:41:00 +0200 |
commit | 0796bf42333f427718e09f159bd28ae8c61fe34c (patch) | |
tree | e4c6fdb07cb137467b149d7cb41aa0fb32c30100 | |
parent | 6e7d86fcff907d907b6dd2da76b840a11fdb650b (diff) | |
download | lua-language-server-0796bf42333f427718e09f159bd28ae8c61fe34c.zip |
fixup! fixup! Only call workspace/configuration when available
This reverts commit 115d72f9d162a6f4c4b88482963c644c399a7259.
-rw-r--r-- | test.lua | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -92,11 +92,6 @@ local function main() local rootUri = furi.encode(TESTROOT) client:initialize { rootUri = rootUri, - capabilities = { - workspace = { - configuration = true, - } - }, } ws.awaitReady(rootUri) @@ -111,8 +106,7 @@ local function main() end) test 'tclient' - -- Disabled for now. Incomprehensible undocumented design. - -- test 'full' + test 'full' test 'plugins.test' test 'cli.test' end |