fix: address Cubic finding for LSP server npm bin path

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-03-12 11:04:43 +09:00
parent 9d0b56d375
commit 6014f03ed2
+1
View File
@@ -11,5 +11,6 @@ export function getLspServerAdditionalPathBases(workingDirectory: string): strin
join(configDir, "bin"),
join(configDir, "node_modules", ".bin"),
join(dataDir, "bin"),
join(dataDir, "bin", "node_modules", ".bin"),
]
}