You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aider v0.62.0
Main model: claude-3-5-sonnet-20241022 with diff edit format, prompt cache, infinite output
Weak model: claude-3-haiku-20240307
Git repo: .git with 32 files
Repo-map: using 1024 tokens, files refresh
Added src\types\types.ts to the chat.
VSCode terminal detected, pretty output has been disabled.
Windows 11
The text was updated successfully, but these errors were encountered:
Issue
If I try
/lint
I get an errorUnable to execute lint command: [WinError 2] The system cannot find the file specified
Auto lint is not working as well
// .aider.conf.yml
lint-cmd: npm run lint
// package.json
"scripts": {
...
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --ignore-path .gitignore",
},
Version and model info
Aider v0.62.0
Main model: claude-3-5-sonnet-20241022 with diff edit format, prompt cache, infinite output
Weak model: claude-3-haiku-20240307
Git repo: .git with 32 files
Repo-map: using 1024 tokens, files refresh
Added src\types\types.ts to the chat.
VSCode terminal detected, pretty output has been disabled.
Windows 11
The text was updated successfully, but these errors were encountered: