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
When working with Electron.js and electron-builder it produces an app.asar file by default. It also deletes and remakes this file for every build. When the SVN extension is enabled the Code.exe process prevents the file from being deleted. Disabling the extension fixes this.
Enabling the extension and the problem remains fixed until vscode is launched again.
Steps to Reproduce
Install extension
build an electron app using electron-builder
attempt to build again.
build should fail because the app.asar file could not be deleted.
SVN Output
N/A
Screenshots
N/A
The text was updated successfully, but these errors were encountered:
Issue
When working with Electron.js and electron-builder it produces an app.asar file by default. It also deletes and remakes this file for every build. When the SVN extension is enabled the
Code.exe
process prevents the file from being deleted. Disabling the extension fixes this.Enabling the extension and the problem remains fixed until vscode is launched again.
Steps to Reproduce
app.asar
file could not be deleted.SVN Output
N/A
Screenshots
N/A
The text was updated successfully, but these errors were encountered: