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
Is your feature request related to a problem? Please describe.
Currently, profiling Deno code requires manual setup and interaction with the command line (as described in the Deno documentation: [link to deno profiling docs]).
This feature request proposes adding seamless profiling and performance checking capabilities directly within the VS Code extension.
Describe the solution you'd like
Integrated Profiling: Initiate profiling sessions directly from VS Code.
Visualizations: Display profiling data (CPU, memory, etc.) within VS Code using flame graphs or other visualizations.
Performance Analysis: Provide insights and recommendations for optimizing Deno code based on profiling data.
Benefits:
Improved Developer Experience: Streamlined workflow for profiling Deno code without leaving VS Code.
Enhanced Performance Optimization: Easier identification of performance bottlenecks and optimization opportunities.
Increased Productivity: Faster debugging and performance tuning of Deno applications.
This feature would significantly enhance the development experience for Deno users in VS Code.
Is your feature request related to a problem? Please describe.
Currently, profiling Deno code requires manual setup and interaction with the command line (as described in the Deno documentation: [link to deno profiling docs]).
This feature request proposes adding seamless profiling and performance checking capabilities directly within the VS Code extension.
Describe the solution you'd like
Benefits:
This feature would significantly enhance the development experience for Deno users in VS Code.
Additional Info
https://marketplace.visualstudio.com/items?itemName=ms-vscode.js-debug-nightly
https://docs.deno.com/runtime/contributing/profiling/
The text was updated successfully, but these errors were encountered: