- Remove "no-unused-vars" and "no-unused-expressions" from .eslintrc.json. - Simplify error handling in devchat.ts by returning stderr directly. - Remove "noUnusedLocals" and "noUnusedParameters" from tsconfig.json.
- Extract VSCode-related code from core logic. - Improve modularity for easier unit testing.