Environment (please complete the following information):
- OS (e.g., Windows 10): CachyOS (Archlinux)
- Extension version (e.g., 1.2.3):
2.1.10
Describe the bug:
I had this issue where the VSCode will crash after some time in a big project. I ran an extension bisect, and Microsoft Edge DevTools was determined to be the culprit. It seems this extension scans files that should be ignored, or it takes too long to analyze some files,s causing the crash. It also seems the scanning is synchronous, which breaks the whole editor.
Repro steps:
Hard to reproduce, but open the extension on big projects
Expected behaviour:
No crashes and no synchronous analysis
Additional context:
Environment (please complete the following information):
2.1.10
Describe the bug:
I had this issue where the VSCode will crash after some time in a big project. I ran an extension bisect, and Microsoft Edge DevTools was determined to be the culprit. It seems this extension scans files that should be ignored, or it takes too long to analyze some files,s causing the crash. It also seems the scanning is synchronous, which breaks the whole editor.
Repro steps:
Hard to reproduce, but open the extension on big projects
Expected behaviour:
No crashes and no synchronous analysis
Additional context: