-
Notifications
You must be signed in to change notification settings - Fork 170
Issues: wesbos/hot-tips
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
<div class="controls">
<button id="reload" type="button">Reload</button>
</div>
<div class="event-log">
<label for="eventLog">Event log:</label>
<textarea
readonly
class="event-log-contents"
rows="8"
cols="30"
id="eventLog"></textarea>
</div>
[email protected]
#5
opened Jan 21, 2024 by
Crissttianreyes
{ "workbench.colorCustomizations": { "editorGutter.background": "#00000000" // no gutter color }, "editor.renderLineHighlight": "all", "editor.lineNumbers": "off", "editor.folding": false, "editor.guides.indentation": false, "breadcrumbs.enabled": false, "editor.guides.bracketPairs": false, "editor.matchBrackets": "never", "editor.rulers": [], "editor.minimap.enabled": false, "editor.padding.top": 10, // bumping mouse scroll goofs with eidting, so we "turn off" scrolling with this feature "editor.scrollBeyondLastLine": true, "editor.scrollbar.verticalScrollbarSize": 0, "workbench.activityBar.visible": false }
#2
opened Nov 27, 2023 by
Crissttianreyes
ProTip!
Add no:assignee to see everything that’s not assigned.