microsoft / vscode-test

Testing utility for VS Code extensions
MIT License
242 stars 57 forks source link

fix: avoid faulty rename when installing #241

Closed connor4312 closed 11 months ago

connor4312 commented 11 months ago

Fixes #233, which Andrea ran into when testing.

Instead of staging and renaming, which tends to fail on Windows, write a 'completed' file when the install is done.