Dayoung Lee

Results 82 comments of Dayoung Lee

### How? (2) By using `onDidRenameFiles`, we don't need to re-create all the Node&OneNode but just replace the url and the file name. Then, the other contexts including collapsible state...

### DID IT! ![1031-rename-keep](https://user-images.githubusercontent.com/17171963/198916737-1dce7471-0dd5-4982-9215-7a8d2ed36448.gif) ### How? - [x] Replace all the other apis from vscode.fs to vscode.workspace.applyEdit. Otherwise, the above change will triger other create/delete events again which makes unexpected...

@llFreetimell > We actually uses the 'chrome tracer' open source solution here, so the naming sounds more direct. Well how do you think about the line I wrote above..? We...

@llFreetimell I thought the codes are from the catapult-project's trace viewer module..? https://github.com/catapult-project/catapult/blob/main/tracing/README.md I don't know the history but so I want to ask: I think I heard about the...

But we should keep in mind that our trace generation command is `--save-chrome-trace`. And that our trace file's json formatting is ``` "displayTimeUnit": "ns", "traceEvents": [ ``` This formatting and...

### Let's list up all the candidates then. - Json Tracer - Json Trace Viewer - Trace Viewer - Chrome Trace Viewer - Latency Trace Viewer - Performance Trace Viewer...

> Anyway, I'd like to add another candidate: "trace event viewer" Thanks for giving your opinion! :-D > BTW, just out of curiosity, was there any reason that JsonTracer did...

@yunjayh Not yet.. 😃 It has a point though. How about I disable 'run' button for the unmet versions and put an instruction button instead?

Please note that those three checkers must pass for this PR to be ready. @github-actions Check Copyright / check-format (pull_request_target) Failing after 25s [Details](https://github.com/Samsung/ONE-vscode/actions/runs/3135530245/jobs/5091315224) @github-actions Check PR Format / check-format...

@seanshpark AFAIK, the circle-netron supports tflite/onnx files. However, it seems that our CircleViewer doesn't support them. Do you think that it's possible to support tflite/onnx files, too?