We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
(Unfortunately the test doesn't work on macos, but it should work on windows and linux):
git clone [email protected]:SimonSiefke/vscode-memory-leak-finder.git && cd vscode-memory-leak-finder && git checkout v5.25.0 && npm ci && node packages/cli/bin/test.js --cwd packages/e2e --check-leaks --measure-after --measure event-listeners --only explorer.set-files && cat .vscode-memory-leak-finder-results/event-listeners/explorer.set-files.json
{ "eventListeners": [ { "type": "error", "description": "(err) => {\n (0, simpleWorker_1.logOnceWebWorkerWarning)(err);\n this._webWorkerFailedBeforeError = err;\n onErrorCallback(err);\n }", "stack": ["listener (vscode/out/vs/base/browser/defaultWorkerFactory.js:127:111)"], "count": 1, "originalStack": ["vscode/src/vs/base/browser/defaultWorkerFactory.ts:155:102"], "originalName": null }, { "type": "message", "description": "function (ev) {\n onMessageCallback(ev.data);\n }", "stack": ["listener (vscode/out/vs/base/browser/defaultWorkerFactory.js:88:39)"], "count": 1, "originalStack": ["vscode/src/vs/base/browser/defaultWorkerFactory.ts:105:27"], "originalName": null } ], "isLeak": true }
The text was updated successfully, but these errors were encountered:
alexdima
Successfully merging a pull request may close this issue.
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
Test Script
(Unfortunately the test doesn't work on macos, but it should work on windows and linux):
Output
The text was updated successfully, but these errors were encountered: