Skip to content

Commit 82adb57

Browse files
committed
added switch branch to title menu
1 parent 8024184 commit 82adb57

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
"light": "icons/light/refresh.svg",
6767
"dark": "icons/dark/refresh.svg"
6868
}
69+
},
70+
{
71+
"command": "svn.switchBranch",
72+
"title": "Switch Branch",
73+
"category": "SVN"
6974
}
7075
],
7176
"menus": {
@@ -75,6 +80,10 @@
7580
"command": "svn.refresh",
7681
"group": "navigation",
7782
"when": "scmProvider == svn"
83+
},
84+
{
85+
"command": "svn.switchBranch",
86+
"when": "config.svn.enabled"
7887
}
7988
],
8089
"scm/resourceGroup/context": [],

0 commit comments

Comments
 (0)