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

pull/7976/head
madflow 2026-01-10 15:44:12 +01:00 committed by GitHub
parent 449270aacc
commit a593ed4c9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

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