I have Visual Studio Code version 1.22.2 running on Windows. When working on Javascript code, it crashes and causes a blue screen with the following technical info:
STOP: 0X0000007E
mfeavfk.sys - Address <...>
I have a plugin for MS SQL and a beautify plugin installed.
I recently updated Windows and started experiencing BSODs every time I started VS Code. Here's how I fixed it - hopefully this helps someone else:
code --disable-extensions
If your computer doesn't BSOD after this step, then an extension is likely causing the issue.
ctrl+shift+x
to open the extensions sidebardisabled
, uninstall any extensions you aren't using or don't recognize.User contributions licensed under CC BY-SA 3.0