mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
fix(lsp): make JDTLS use the correct config directory on Windows (#6121)
This commit is contained in:
parent
8886c78dce
commit
f59d274d0f
@ -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…
x
Reference in New Issue
Block a user