mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 04:26:05 +00:00
fix(lsp): make JDTLS use the correct config directory on Windows (#6121)
This commit is contained in:
parent
e60ef0286d
commit
e98a2a5e47
1 changed files with 1 additions and 1 deletions
|
|
@ -1175,7 +1175,7 @@ export namespace LSPServer {
|
|||
case "linux":
|
||||
return "config_linux"
|
||||
case "win32":
|
||||
return "config_windows"
|
||||
return "config_win"
|
||||
default:
|
||||
return "config_linux"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue