Skip to content

Commit 5cb13b0

Browse files
committed
docs: add icon for extension in debug view
Just to disable warning "icon is missing"
1 parent 5918e55 commit 5cb13b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@
143143
"name": "pg variables",
144144
"type": "tree",
145145
"visibility": "visible",
146-
"when": "inDebugMode && postgresql-hacker-helper:activated"
146+
"when": "inDebugMode && postgresql-hacker-helper:activated",
147+
"icon": "./resources/logo.png"
147148
}
148149
]
149150
},

0 commit comments

Comments
 (0)