Update context.html
Always show the configuration
This commit is contained in:
Родитель
c8c98a12f3
Коммит
454980bc3d
|
@ -29,9 +29,9 @@
|
|||
|
||||
// We need to register the new contribution if this extension host is reused
|
||||
function registerContribution(contribution) {
|
||||
updateConfiguration(VSS.getConfiguration());
|
||||
document.getElementById("configuration").style.display = "block";
|
||||
if (contribution.type === "ms.vss-web.tab") {
|
||||
updateConfiguration(VSS.getConfiguration());
|
||||
document.getElementById("configuration").style.display = "block";
|
||||
|
||||
// Register the fully-qualified contribution id here.
|
||||
// Because we're using the contribution id, we do NOT need to define a registeredObjectId in the extension manfiest.
|
||||
|
|
Загрузка…
Ссылка в новой задаче