-
Notifications
You must be signed in to change notification settings - Fork 50
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
Implement JsonTracer HTML viewer #1611
Comments
FYI #1183 (comment) this is the tool that I've mentioned offline :) |
Good it works well, thanks :-D |
How to view HTML in vscode?
|
How to embed?I found briefly 2 possible ways to achieve our goal. IDK if either of them works yet. (1) Use trace2html file
(2) Vulcanize the viewer
Issue: not enough packages in node_modules/traceviewer
|
Add catapult as a submoduleWhy?I tried to import only the related catapult directories. It exceeded 3000+ lines changes, as can be seen in this PR For extensibility, it could be better to import the project as a submodule. |
https://github.com/microsoft/vscode-python-tools-extension-template Let's investigate how to integrate python files.
|
What?
As mentioned in workshop 2023, let's find the way to show json trace files formatted in html file.
The text was updated successfully, but these errors were encountered: