You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'--log <level>': localize('log',"Log level to use. Default is 'info'. Allowed values are 'critical', 'error', 'warn', 'info', 'debug', 'trace', 'off'."),
177
177
'-s, --status': localize('status',"Print process usage and diagnostics information."),
178
-
'-p, --performance': localize('performance',"Start with the 'Developer: Startup Performance' command enabled."),
179
-
'--prof-startup': localize('prof-startup',"Run CPU profiler during startup"),
178
+
'--prof-startup': localize('prof-startup',"Run CPU profilers during startup."),
179
+
'--prof-modules': localize('prof-modules',"Capture performance markers while loading JS modules and print them with 'F1 > Developer: Startup Performance'"),
180
180
'--disable-extensions': localize('disableExtensions',"Disable all installed extensions."),
181
181
'--disable-extension <extension-id>': localize('disableExtension',"Disable an extension."),
182
182
'--inspect-extensions': localize('inspect-extensions',"Allow debugging and profiling of extensions. Check the developer tools for the connection URI."),
0 commit comments