Skip to content

Commit 08f2c9e

Browse files
committed
Fixes incorrect walkthrough step when plus state is loading
1 parent 0df8d39 commit 08f2c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19843,7 +19843,7 @@
1984319843
"completionEvents": [
1984419844
"onContext:gitlens:walkthroughState:gettingStarted == true"
1984519845
],
19846-
"when": "gitlens:plus:state <= 0"
19846+
"when": "!gitlens:plus:state || gitlens:plus:state <= 0"
1984719847
},
1984819848
{
1984919849
"id": "visualize-code-history",

0 commit comments

Comments
 (0)