mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-21 00:42:58 +01:00
* profiling: replace v8-inspect-profiler with chrome-remote-interface Convert src/vs/base/node/profiling.ts from pasted JS+DTS into a proper TypeScript module. Replace the v8-inspect-profiler dependency with chrome-remote-interface and update all import sites. * Update src/vs/base/node/profiling.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update src/vs/base/node/profiling.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * ccr --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>