Always show the configuration
This commit is contained in:
Taylor Young 2018-03-02 11:02:07 -08:00 коммит произвёл GitHub
Родитель c8c98a12f3
Коммит 454980bc3d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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.