mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-12 21:03:22 +00:00
fix: disable telemetry in the php lsp server (#7649)
This commit is contained in:
parent
449270aacc
commit
a593ed4c9b
1 changed files with 5 additions and 1 deletions
|
|
@ -1528,7 +1528,11 @@ export namespace LSPServer {
|
|||
})
|
||||
return {
|
||||
process: proc,
|
||||
initialization: {},
|
||||
initialization: {
|
||||
telemetry: {
|
||||
enabled: false,
|
||||
},
|
||||
},
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue