Commit Graph

1 Commits

Author SHA1 Message Date
3270605526 dev: add .vscode launch/tasks so F5 launches the extension host
Without launch.json, F5 in a fresh clone just prompts for a debug
environment. The 'Run Extension' configuration spawns an Extension
Development Host with this workspace loaded, with `npm: compile` as
a preLaunchTask so the extension always runs against an up-to-date
build.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-29 16:16:17 +02:00