-
Notifications
You must be signed in to change notification settings - Fork 5
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
Port flamegraphs to a webview in the extension #11
Comments
what are your thoughts here? |
we need a way to gather the data off the bigip and render it in a webview. this would be a fun one to pick up, you can pinch a lot of the bigip connection and webview stuff from @DumpySquare's vscode-fast extension. |
Oh. that's cool! I saw some flag graphs the other day for troubleshooting a nodejs express app. Cool idea! I've been thinking we keep the irules extension as a pure language extension, so this specific functionality might be better in the vscode-f5-fast extension, which does way more than fast now. I recently rebuilt the webview for fast templates here: https://github.com/DumpySquare/vscode-f5-fast/blob/master/src/editorViews/fastWebView.ts Displaying the html is the easy part. I will follow up with you on the back side to discuss how we may want to get the information we need to display the flamegraphs. |
https://github.com/f5devcentral/campfire
The text was updated successfully, but these errors were encountered: