Just like Git-bisect, but for VS Code extensionscode.visualstudio.com2 points·by riejo·5년 전·0 comments
riejo·6년 전·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년 전·discussFYI, to see what's being send do this: "F1 > Log Level > Trace" and then "View > Output > Log (Telemetry)"
riejo·9년 전·discussThat's most likely because the html formatter doesn't support to format range/selection but only the full document.