Updates to help debugging
This commit is contained in:
Родитель
206850528f
Коммит
1159fea83e
|
@ -2,12 +2,12 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Delete Branch</title>
|
||||
<title>Branch Delete</title>
|
||||
<script type="text/javascript">
|
||||
var appInsights=window.appInsights||function(config){
|
||||
function r(config){t[config]=function(){var i=arguments;t.queue.push(function(){t[config].apply(t,i)})}}var t={config:config},u=document,e=window,o="script",s=u.createElement(o),i,f;for(s.src=config.url||"//az416426.vo.msecnd.net/scripts/a/ai.0.js",u.getElementsByTagName(o)[0].parentNode.appendChild(s),t.cookie=u.cookie,t.queue=[],i=["Event","Exception","Metric","PageView","Trace"];i.length;)r("track"+i.pop());return r("setAuthenticatedUserContext"),r("clearAuthenticatedUserContext"),config.disableExceptionTracking||(i="onerror",r("_"+i),f=e[i],e[i]=function(config,r,u,e,o){var s=f&&f(config,r,u,e,o);return s!==!0&&t["_"+i](config,r,u,e,o),s}),t
|
||||
}({
|
||||
instrumentationKey:"d8c065be-217e-4b8b-bbde-9053ca951996"
|
||||
instrumentationKey:"XXXXXXX"
|
||||
});
|
||||
|
||||
window.appInsights=appInsights;
|
||||
|
@ -15,7 +15,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<script src="bower_components/vss-sdk/lib/VSS.SDK.min.js"></script>
|
||||
<script src="scripts/main.js"></script>
|
||||
<script src="scripts/branchDelete.js"></script>
|
||||
|
||||
<script>
|
||||
VSS.init({ usePlatformScripts: true });
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"manifestVersion": 1,
|
||||
"id": "samples-branch-delete",
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.7",
|
||||
"name": "Branch Delete",
|
||||
"description": "Clean up old or unneeded Git branches right from within Visual Studio Team Services.",
|
||||
"publisher": "ms-samples",
|
||||
|
@ -48,7 +48,7 @@
|
|||
"addressable": true
|
||||
},
|
||||
{
|
||||
"path": "main.html",
|
||||
"path": "branchDelete.html",
|
||||
"addressable": true
|
||||
},
|
||||
{
|
||||
|
@ -72,7 +72,7 @@
|
|||
"title": "Delete...",
|
||||
"icon": "images/delete.png",
|
||||
"group": "actions",
|
||||
"uri": "main.html"
|
||||
"uri": "branchDelete.html"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Загрузка…
Ссылка в новой задаче