-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Open
Labels
bugSomething isn't workingSomething isn't workingcoreAnything pertaining to core functionality of the application (opencode server stuff)Anything pertaining to core functionality of the application (opencode server stuff)
Description
Description
The project-local config looks like this:
{
"$schema": "https://opencode.ai/config.json",
"lsp": {
"ty": {
"command": [
"uv",
"run",
"ty",
"server"
],
"extensions": [
".py",
".pyi"
]
},
"pyright": {
"disabled": true
}
}
}
But when OpenCode reads a Python file, it activates the pyright LSP.
Plugins
"opencode-anthropic-auth@latest"
OpenCode version
1.2.6
Steps to reproduce
No response
Screenshot and/or share link
No response
Operating System
Windows 11
Terminal
Windows Terminal
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcoreAnything pertaining to core functionality of the application (opencode server stuff)Anything pertaining to core functionality of the application (opencode server stuff)