fix: disable telemetry in the php lsp server (#7649)

This commit is contained in:
madflow
2026-01-10 15:44:12 +01:00
committed by GitHub
parent 449270aacc
commit a593ed4c9b

View File

@@ -1528,7 +1528,11 @@ export namespace LSPServer {
})
return {
process: proc,
initialization: {},
initialization: {
telemetry: {
enabled: false,
},
},
}
},
}