fix: send docker-language-server telemetry as init option

This commit is contained in:
2026-09-21 10:40:51 +00:00
parent 5fa6d45dd6
commit 53a9e7a3aa

View File

@@ -1,7 +1,5 @@
return { return {
settings = { init_options = {
initializationOptions = { telemetry = "off",
telemetry = "off",
},
}, },
} }