You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dogfood:vscode: graceful message when VS Code locks the extension dir
`code --install-extension` installs by renaming the extension folder; on Windows
a running VS Code keeps the old Dormouse extension's node-pty native modules
loaded and locks that folder, so the rename fails with a cryptic EPERM retry
stack. Capture the install output and, on that lock signature, print a plain
"quit all VS Code windows and re-run" banner and leave the built .vsix in place
for a retry. Other failures still surface non-zero.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments