Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit 1b0a944

Browse files
committed
Only show views when connected
1 parent 62517cb commit 1b0a944

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

package.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,22 +147,26 @@
147147
"scm": [{
148148
"id": "git-client-ibmi.branches",
149149
"name": "Branches",
150-
"contextualTitle": "IBM i"
150+
"contextualTitle": "IBM i",
151+
"when": "code-for-ibmi:connected == true"
151152
},
152153
{
153154
"id": "git-client-ibmi.status",
154155
"name": "Status",
155-
"contextualTitle": "IBM i"
156+
"contextualTitle": "IBM i",
157+
"when": "code-for-ibmi:connected == true"
156158
},
157159
{
158160
"id": "git-client-ibmi.commits",
159161
"name": "Commits",
160-
"contextualTitle": "IBM i"
162+
"contextualTitle": "IBM i",
163+
"when": "code-for-ibmi:connected == true"
161164
},
162165
{
163166
"id": "git-client-ibmi.fileHistory",
164167
"name": "File History",
165-
"contextualTitle": "IBM i"
168+
"contextualTitle": "IBM i",
169+
"when": "code-for-ibmi:connected == true"
166170
}
167171
]
168172
},

0 commit comments

Comments
 (0)