mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
chore: format code
This commit is contained in:
parent
decf2452c4
commit
199bd8a9a2
1 changed files with 1 additions and 7 deletions
|
|
@ -1479,13 +1479,7 @@ export namespace LSPServer {
|
|||
let binary = Bun.which("docker-langserver")
|
||||
const args: string[] = []
|
||||
if (!binary) {
|
||||
const js = path.join(
|
||||
Global.Path.bin,
|
||||
"node_modules",
|
||||
"dockerfile-language-server-nodejs",
|
||||
"lib",
|
||||
"server.js",
|
||||
)
|
||||
const js = path.join(Global.Path.bin, "node_modules", "dockerfile-language-server-nodejs", "lib", "server.js")
|
||||
if (!(await Bun.file(js).exists())) {
|
||||
if (Flag.OPENCODE_DISABLE_LSP_DOWNLOAD) return
|
||||
await Bun.spawn([BunProc.which(), "install", "dockerfile-language-server-nodejs"], {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue