mirror of
https://github.com/aljazceru/opencode.git
synced 2026-02-05 08:04:43 +01:00
fix: ensure gopls lsp id matches docs (#2344)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user