Don't always log extension host init data #39805
Labels
bug
Issue identified by VS Code Team member as probable bug
perf-startup
verified
Verification succeeded
Milestone
re #39572
The extension host init data is a monster, depending on your configuration and installed extensions easily 1MB. We always log this (level=info) and to make matter worse we serialise it again... So instead of taking the monster string we have send over, we take the just parsed object and create yet another monster string... Two things I'd do different: don't use log level info, log the extension IPC which is already strings
The text was updated successfully, but these errors were encountered: