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
The plugin seems to lock * .asar files in the project output directory.
This is in .gitignore and vscode-git-graph is an extension that doesn't need to be scanned.
Can this extension exclude files contained in .gitignore or * .asar files?
I was able to replicate the locking behaviour you were getting on *.asar files, and have made a fix that resolves it (confirmed during my own testing).
Could you please download and install the beta release v1.19.0-beta.0, and confirm that this has fixed the locking issue you were observing?
I am developing an electron app.
The plugin seems to lock * .asar files in the project output directory.
This is in .gitignore and vscode-git-graph is an extension that doesn't need to be scanned.
Can this extension exclude files contained in .gitignore or * .asar files?
I found a useful URL with the extension * .asar.
https://electronjs.org/docs/api/environment-variables#electron_no_asar
Thank you.
The text was updated successfully, but these errors were encountered: