Skip to content

Commit a71d73c

Browse files
use standard table code icon for View Table context menu items (#98)
1 parent 8c00502 commit a71d73c

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
@@ -72,7 +72,8 @@
7272
{
7373
"command": "tabular.data.viewTable",
7474
"title": "View Table",
75-
"category": "Tabular Data"
75+
"category": "Tabular Data",
76+
"icon": "$(table)"
7677
},
7778
{
7879
"command": "tabular.data.viewSettings",

0 commit comments

Comments
 (0)