We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8024184 commit 82adb57Copy full SHA for 82adb57
package.json
@@ -66,6 +66,11 @@
66
"light": "icons/light/refresh.svg",
67
"dark": "icons/dark/refresh.svg"
68
}
69
+ },
70
+ {
71
+ "command": "svn.switchBranch",
72
+ "title": "Switch Branch",
73
+ "category": "SVN"
74
75
],
76
"menus": {
@@ -75,6 +80,10 @@
80
"command": "svn.refresh",
81
"group": "navigation",
77
82
"when": "scmProvider == svn"
83
84
85
86
+ "when": "config.svn.enabled"
78
87
79
88
89
"scm/resourceGroup/context": [],
0 commit comments