Template for new vscode projects that uses devbox for nix-based dependency management.
Includes console integration with aider for easy LLM usage within the project window.
devbox-project-vscode-template.mov
Install the following if not already on your machine:
- Add API keys to a
.envfile (see.env.example) - Add model to an
.aider-modelfile (see.aider-model.example)
- Open your project in vscode
- cmd+shift+p,
Devbox: Reopen in Devbox shell environment