mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 20:49:55 +00:00
fix: resolve virtual envs for python LSP (#2155)
Co-authored-by: rekram1-node <aidenpcline@gmail.com>
This commit is contained in:
parent
2946898934
commit
fcfeac57c5
2 changed files with 19 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ export namespace LSPClient {
|
|||
return null
|
||||
})
|
||||
connection.onRequest("workspace/configuration", async () => {
|
||||
// Return server initialization options
|
||||
return [input.server.initialization ?? {}]
|
||||
})
|
||||
connection.listen()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue