Environment (please complete the following information):
- OS (e.g., Windows 10): Windows 11
- Extension version (e.g., 1.2.3): (hover "Microsoft Edge Tools for VS Code" in Extensions panel)
Describe the bug:
Extension ships ~10,600 files. Mostly unbundled node_modules. Bad for NTFS, slow to install, hurts VS Code startup. VS Code says bundle your extension.
Repro steps:
- Go to
%USERPROFILE%\.vscode\extensions\ms-edgedevtools.vscode-edge-devtools-*
- Run
(Get-ChildItem -Recurse | Measure-Object).Count
- See ~10,600 files
Expected behavior:
Use webpack or esbuild. Ship handful of files. Pylance and ESLint do it. Under 200 files each.
Additional context:
No other context.
Environment (please complete the following information):
Describe the bug:
Extension ships ~10,600 files. Mostly unbundled node_modules. Bad for NTFS, slow to install, hurts VS Code startup. VS Code says bundle your extension.
Repro steps:
%USERPROFILE%\.vscode\extensions\ms-edgedevtools.vscode-edge-devtools-*(Get-ChildItem -Recurse | Measure-Object).CountExpected behavior:
Use webpack or esbuild. Ship handful of files. Pylance and ESLint do it. Under 200 files each.
Additional context:
No other context.