mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-12 20:13:26 +00:00
fix: ensure gopls lsp id matches docs (#2344)
This commit is contained in:
parent
65f0bea146
commit
37530359ee
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ export namespace LSPServer {
|
|||
}
|
||||
|
||||
export const Gopls: Info = {
|
||||
id: "golang",
|
||||
id: "gopls",
|
||||
root: async (file, app) => {
|
||||
const work = await NearestRoot(["go.work"])(file, app)
|
||||
if (work) return work
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue