Skip to content

Commit ec13774

Browse files
committed
try combine icon
1 parent 1f3c472 commit ec13774

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 1 addition & 0 deletions
Loading

src/plugins/app-inspector-webview.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ export default createPlugin(
3737

3838
panel.iconPath = Uri.joinPath(
3939
context.extensionUri,
40-
"resources/icons/codicon-plug.svg",
40+
// "resources/icons/codicon-plug.svg",
41+
"resources/icons/codicon-combine.svg",
4142
);
4243

4344
const appInspectorDist = path.resolve(
@@ -107,7 +108,7 @@ class ExampleTreeDataProvider implements TreeDataProvider<ExampleTreeItem> {
107108
TreeItemCollapsibleState.None,
108109
);
109110
appInspectorItem.description = "Click to open ↗";
110-
appInspectorItem.iconPath = new ThemeIcon("plug");
111+
appInspectorItem.iconPath = new ThemeIcon("combine");
111112
appInspectorItem.command = {
112113
title: "Open App Inspector",
113114
command: "localstack.openAppInspector",

0 commit comments

Comments
 (0)