Just like Git-bisect, but for VS Code extensionscode.visualstudio.com2 points·by riejo·5 yıl önce·0 comments
riejo·6 yıl önce·discussVSC dev here. Correct, perf is a priority for us and it's no black magic. A simple one is to keep your bundles small. VSC's main bundle is less than 9MB, Cloud UI seems to be 15.
riejo·6 yıl önce·discussFYI, to see what's being send do this: "F1 > Log Level > Trace" and then "View > Output > Log (Telemetry)"
riejo·9 yıl önce·discussThat's most likely because the html formatter doesn't support to format range/selection but only the full document.