Issue Reporter: Checkbox for 'reproduces without extensions'

This commit is contained in:
Rachel Macfarlane
2018-01-26 09:44:34 -08:00
committed by GitHub
parent 12378c8ce0
commit c13b9a8266
5 changed files with 53 additions and 14 deletions

View File

@@ -92,6 +92,12 @@ export default (): string => `
<!-- To be dynamically filled -->
</div>
</details>
<div>
<label for="reprosWithoutExtensions">${escape(localize('tryDisablingExtensions', "Is the problem reproducible when extensions are disabled?"))}</label>
<input type="checkbox" id="reprosWithoutExtensions" checked>
<button id="disableExtensions" class="workbenchCommand">${escape(localize('disableExtensions', "Disable Extensions and Reload"))}</button>
<button id="showRunning" class="workbenchCommand">${escape(localize('showRunningExtensions', "Show Running Extensions"))}</button>
</div>
</div>
</div>