ziglang / vscode-zig

Zig language support for VSCode
https://marketplace.visualstudio.com/items?itemName=ziglang.vscode-zig
MIT License
524 stars 57 forks source link

Conflicts with Windows Defender #53

Open voltflake opened 3 years ago

voltflake commented 3 years ago

When using compiled extension on windows, Antimalware Service Executable (I think it's windows defender) uses maximum CPU resources. Insane CPU usage only appears when characters are deleted or added in VSCode. Same happens on newest Insiders build. All autosaving, autobuilding features are disabled.

voltflake commented 2 years ago

update: One year later issue still exists on master branch and in vscode marketplace extension. Maybe someone can help with debugging this?

ethernetsellout commented 2 years ago

This issue makes the extension unusable on Windows. It would be nice to get this fixed.

After searching through the commits, I believe this issue must have started with 6744cfbf5d8368508541772a9d8d5315ea1fa90c or fb9df874b04fb13fe278dc0b8702875662ea641c. Note that I couldn't get fb9df874b04fb13fe278dc0b8702875662ea641c to build. The previous commit, 1b6eacb7855d83e1b43bef80c1b23a89c6a5f3a9, does not have this issue.