respect go.work when spawning LSP
publish / publish (push) Has been cancelled

This commit is contained in:
Dax Raad
2025-07-09 22:54:47 -04:00
parent e179ade5d8
commit 10721053ba
2 changed files with 7 additions and 3 deletions
+1 -1
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",
},