diff --git a/public/index.html b/public/index.html index 98fcf829b..5403c6424 100755 --- a/public/index.html +++ b/public/index.html @@ -14,7 +14,7 @@ - + @@ -35,7 +35,7 @@ - + <%= htmlWebpackPlugin.tags.bodyTags %> diff --git a/src/forge/Newfile/extensions/alex-ext-public.web-scm.js b/src/forge/Newfile/extensions/alex-ext-public.web-scm.js index 2db63e1b2..8a246289a 100644 --- a/src/forge/Newfile/extensions/alex-ext-public.web-scm.js +++ b/src/forge/Newfile/extensions/alex-ext-public.web-scm.js @@ -2,7 +2,7 @@ module.exports = { "extension": { "publisher": "alex-ext-public", "name": "web-scm", - "version": "0.0.10" + "version": "0.0.11" }, "packageJSON": { "name": "web-scm", @@ -81,11 +81,11 @@ module.exports = { }, { "command": "git.branch", - "when": "scmProvider == webscm" + "when": "scmProvider == webscm && createBranchAble" }, { "command": "git.branchFrom", - "when": "scmProvider == webscm" + "when": "scmProvider == webscm && createBranchAble" } ], "scm/resourceState/context": [