6 Commits

Author SHA1 Message Date
Marius 6f585fe555 fix: add preLaunchTask to VS Code launch configs for reliable F5 builds (#413)
Add a one-shot 'VSCode - Compile' task and wire it as preLaunchTask
so pressing F5 always compiles kilo-vscode before launching, regardless
of whether the background watch tasks started on folder open.
2026-02-18 09:05:38 +01:00
Marius 46e91c15a6 fix(vscode): remove preLaunchTask from launch.json (#366) 2026-02-17 12:36:07 +01:00
Mark IJbema 7feae1ef06 feat(vscode): auto-rebuild CLI binary on opencode source changes
- Add watch-cli.ts script that watches packages/opencode/src/ for changes,
  triggers a rebuild (bun run build --single --skip-install), and copies
  the new binary to packages/kilo-vscode/bin/kilo
- Add watch:cli npm script in kilo-vscode package.json
- Add 'VSCode - CLI Watch' task in .vscode/tasks.json
- Include CLI watch in the composite 'VSCode - Watch' task so it runs
  automatically when launching the extension via F5
2026-02-17 10:53:31 +01:00
kilo-maintainer[bot] 2ff7b093c8 chore: generate 2026-02-16 21:49:42 +00:00
Catriel Müller 91588eaa89 refactor: vscode monorepo instegration 2026-02-16 18:21:05 -03:00
Haris Gušić 066a876f3d docs(contributing): Add "Setting up a Debugger" section (#4421)
Co-authored-by: GitHub Action <action@github.com>
2025-11-17 14:28:06 -06:00