Skip to content

Commit f59d274

Browse files
authored
fix(lsp): make JDTLS use the correct config directory on Windows (anomalyco#6121)
1 parent 8886c78 commit f59d274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opencode/src/lsp/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,7 @@ export namespace LSPServer {
11751175
case "linux":
11761176
return "config_linux"
11771177
case "win32":
1178-
return "config_windows"
1178+
return "config_win"
11791179
default:
11801180
return "config_linux"
11811181
}

0 commit comments

Comments
 (0)