Skip to content

Commit

Permalink
[OneExplorer] Use jsontracer in trace.json file
Browse files Browse the repository at this point in the history
This commit uses jsontracer in trace.json file.

ONE-vscode-DCO-1.0-Signed-off-by: Jiyoung Yun <[email protected]>
  • Loading branch information
jyoungyun committed Jun 30, 2023
1 parent 4bca0a2 commit 02e1c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OneExplorer/ConfigObject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export class ConfigObj {
artifactAttr: {
ext: ".trace.json",
icon: new vscode.ThemeIcon("graph"),
openViewType: "one.viewer.mondrian",
openViewType: "one.editor.jsonTracer",
canHide: true,
},
locator: new Locator((value: string) => {
Expand Down

0 comments on commit 02e1c70

Please sign in to comment.