Dayoung Lee

Results 82 comments of Dayoung Lee

@lemmaa @jyoungyun I have published `catapult-trace2html` project, which is a stripped catapult project version only for trace2html tool. ![image](https://github.com/Samsung/ONE-vscode/assets/17171963/c7521837-d082-416c-b91b-bc7d6e034a2d) ### Git repository https://github.com/dayo09/catapult-trace2html - There are git tags in sync...

### How to view HTML in vscode? - VSCode doesn't have built-in support for HTML preview. - Microsoft/LivePreview extension supports html preview in vscode. - [ ] TODO add the...

## Preview in microsoft/LivePreview ![0731-preview](https://github.com/Samsung/ONE-vscode/assets/17171963/a8e793aa-a098-4908-93cc-71c4b4a8f858)

### How to embed? I found briefly 2 possible ways to achieve our goal. IDK if either of them works yet. ### (1) Use trace2html file ``` npm i traceviewer...

### Add catapult as a submodule #### Why? I tried to import only the related catapult directories. It exceeded 3000+ lines changes, as can be seen in [this PR](https://github.com/Samsung/ONE-vscode/pull/1612) For...

https://github.com/microsoft/vscode-python-tools-extension-template Let's investigate how to integrate python files. - It uses `nox` to manage python env / dependencies. - `nox` installs python libraries into bundle/libs. (I think bundling python libs...

``` git submodule update --init --recursive ./third_party/catapult/tracing/bin/trace2html res/samples/traces/sample.timeline.json ```

@lemmaa @jyoungyun I have created the issue to talk about it. :-D

When I try to select a node, I need to click the operator name. By clicking the other parts of the operator node box, I cannot select the node. Do...