mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 20:13:32 +01:00
* docs: enhance SKILL.md with screenshot guidance and restart workflow seems to work well * fix: guard kill commands and remove npm run compile from SKILL.md Address PR review feedback: - Make `kill $(lsof -t -i :9224)` resilient to empty PIDs by checking before killing, so cleanup/restart instructions don't fail when Code OSS is already stopped. - Replace `npm run compile` with a comment directing users to let `./scripts/code.sh` handle the build or use `npm run watch`, aligning with repo guidance that prohibits `npm run compile` for TS validation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>