Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin locks *.asar files #209

Closed
ToMGitHubN opened this issue Nov 11, 2019 · 1 comment
Closed

Plugin locks *.asar files #209

ToMGitHubN opened this issue Nov 11, 2019 · 1 comment
Assignees
Labels
improvement An improvement to existing functionality
Milestone

Comments

@ToMGitHubN
Copy link

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.

@ToMGitHubN ToMGitHubN added the improvement An improvement to existing functionality label Nov 11, 2019
@mhutchie mhutchie added this to the v1.19.0 milestone Nov 12, 2019
mhutchie added a commit that referenced this issue Nov 12, 2019
…tron version of the same module (which handles .asar files differently).
@mhutchie
Copy link
Owner

This will be available in v1.19.0.

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?

FYI: Installation instructions are provided here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement An improvement to existing functionality
Projects
None yet
Development

No branches or pull requests

2 participants