mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 07:15:54 +01:00
Issue Reporter: Search GitHub issues on input instead of blur
This commit is contained in:
@@ -83,7 +83,7 @@ export default (): string => `
|
||||
</div>
|
||||
<div class="block block-extensions">
|
||||
<details>
|
||||
<summary>${escape(localize('extensions', "Extensions"))}
|
||||
<summary>${escape(localize('extensions', "My Extensions"))}
|
||||
<input type="checkbox" id="includeExtensions" checked>
|
||||
<label class="caption" for="includeExtensions">${escape(localize('sendData', "Send my data"))}</label>
|
||||
</input>
|
||||
|
||||
Reference in New Issue
Block a user