respect go.work when spawning LSP

This commit is contained in:
Dax Raad
2025-07-09 22:54:47 -04:00
parent 8404a97c3e
commit 085c0e4e2b
2 changed files with 7 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ export const mix: Info = {
export const prettier: Info = {
name: "prettier",
command: [BunProc.which(), "run", "prettier", "--write", "$FILE"],
command: [BunProc.which(), "x", "prettier", "--write", "$FILE"],
environment: {
BUN_BE_BUN: "1",
},