vscode-edge-devtools
vscode-edge-devtools copied to clipboard
The extension makes memory usage of Code growing continously and end up crashing.
Environment (please complete the following information):
- VS Code Version: 1.77.3 (Universal)
- OS (e.g., Windows 10): macOS Ventura 13.3.1
- Extension version (e.g., 1.2.3): v2.1.1
Describe the bug:
Memory usage of Code keeps growing and ends up crashing if and only if this extension is enabled.
Repro steps:
- One remote cloud-platform server instance, start a docker container mounting the directory of the source codes.
- Open vs code, with this extension enabled, remotely connect to the server instance, and attaches the container.
- Open 1 or 2 source code files in the editor, and wait, do nothing else.
- After a few minutes, vs code crashes: the window terminated unexpectedly (reason 'crashed' code '5')
Expected behavior:
No crash.
Additional context:
I previously created an issue under Code project, where core dump files could be found.
Thank you for the report. Marking this as a bug and flagging for the team to investigate this potential memory leak.