mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-23 21:16:06 +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
0e176d3ac3
commit
528daf5490
6 changed files with 137 additions and 117 deletions
4
.opencode/.gitignore
vendored
4
.opencode/.gitignore
vendored
|
|
@ -1,6 +1,6 @@
|
|||
node_modules
|
||||
plans
|
||||
package.json
|
||||
bun.lock
|
||||
.gitignore
|
||||
package-lock.json
|
||||
plans
|
||||
package-lock.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue