Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] Seamless Profiling and Performance Checking for Deno in VS Code #1179

Open
beingminimal opened this issue Oct 12, 2024 · 0 comments
Open

Comments

@beingminimal
Copy link

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.

Additional Info
https://marketplace.visualstudio.com/items?itemName=ms-vscode.js-debug-nightly
https://docs.deno.com/runtime/contributing/profiling/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant