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

Provide ignore settings for file paths #5

Open
cwadrupldijjit opened this issue Aug 15, 2018 · 0 comments
Open

Provide ignore settings for file paths #5

cwadrupldijjit opened this issue Aug 15, 2018 · 0 comments

Comments

@cwadrupldijjit
Copy link

I installed this extension into VS Code-Insiders and like it. I found out recently when working on an Electron project that it seems to prevent modification or deletion of asar archive files (reference electron/electron#6295, particularly @bpasero's comments as it directly relates to VS Code extensions, for details).

I suspect that there is a resource lock happening when reading from or writing to .asar files from this extension when it has it "open" in the UI. In this case, I don't really want the asar files to be read from; I just want to be able to run the build process without having to disable the extension or close Code.

I'm also not surprised if this is a Windows-only issue, as I know that they are particular about how FS transactions work, though I also wouldn't be surprised if other platforms have a similar problem.

Until this issue is rectified, however, I will have to disable this extension.

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

No branches or pull requests

1 participant