Skip to content

Commit

Permalink
[EdgeTPU] Open edgetpu file with circle viewer
Browse files Browse the repository at this point in the history
Let's open edgetpu file with circle viewer.

ONE-vscode-DCO-1.0-Signed-off-by: Dayoung Lee <[email protected]>
  • Loading branch information
dayo09 committed Nov 3, 2023
1 parent d31235b commit 953f10a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OneExplorer/ConfigSettings/EdgeTpuConfigSetting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export class EdgeTpuConfigSetting extends ConfigSetting {
artifactAttr: {
ext: ".tflite",
icon: new vscode.ThemeIcon("symbol-variable"),
openViewType: "one.viewer.circle",
},
locator: new Locator((value: string) => {
value += "";
Expand Down

0 comments on commit 953f10a

Please sign in to comment.