Skip to content

Commit cc3f2f2

Browse files
authored
Show sidebar icon only when extension is active (#1579)
1 parent b0781fe commit cc3f2f2

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
@@ -48,7 +48,8 @@
4848
{
4949
"id": "workspaceViewer",
5050
"title": "R",
51-
"icon": "./images/Rlogo.svg"
51+
"icon": "./images/Rlogo.svg",
52+
"when": "r.isActive"
5253
}
5354
]
5455
},

0 commit comments

Comments
 (0)