opencode.json 280 B

1234567891011121314151617
  1. {
  2. "$schema": "https://opencode.ai/config.json",
  3. "default_agent": "openspec-dev",
  4. "lsp": {
  5. "rust": {
  6. "command": [
  7. "rust-analyzer"
  8. ],
  9. "initialization": {
  10. "cargo": {
  11. "features": "all",
  12. "targetDir": true
  13. }
  14. }
  15. }
  16. }
  17. }