File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments