ソースを参照

fix(lsp): make JDTLS use the correct config directory on Windows (#6121)

Donghyun Shin 3 ヶ月 前
コミット
e98a2a5e47
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/opencode/src/lsp/server.ts

+ 1 - 1
packages/opencode/src/lsp/server.ts

@@ -1175,7 +1175,7 @@ export namespace LSPServer {
             case "linux":
               return "config_linux"
             case "win32":
-              return "config_windows"
+              return "config_win"
             default:
               return "config_linux"
           }