mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-25 23:15:18 +00:00
core: dynamically resolve formatter executable paths at runtime
Formatters now determine their executable location when enabled rather than using hardcoded paths. This ensures formatters work correctly regardless of how the tool was installed or where executables are located on the system.
This commit is contained in:
parent
4a6a18cd79
commit
721b2406e9
6 changed files with 138 additions and 116 deletions
4
.opencode/.gitignore
vendored
4
.opencode/.gitignore
vendored
|
|
@ -1,7 +1,7 @@
|
|||
node_modules
|
||||
plans
|
||||
package.json
|
||||
package-lock.json
|
||||
bun.lock
|
||||
.gitignore
|
||||
package-lock.json
|
||||
plans
|
||||
package-lock.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue