This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| // "editor.fontFamily": "'Cascadia Code Light'", "editor.fontSize": 15, | |
| // "editor.fontFamily": "'Cascadia Code SemiLight'", "editor.fontSize": 14.75, | |
| // "editor.fontFamily": "'CommitMono'", "editor.fontSize": 14.25, | |
| // "editor.fontFamily": "'Dank Mono'", "editor.fontSize": 15.5, | |
| // "editor.fontFamily": "'Fira Code'", "editor.fontSize": 14.5, | |
| // "editor.fontFamily": "'Iosevka'", "editor.fontSize": 15.45,"editor.fontLigatures": "'calt' off, 'JSPT' on", | |
| // "editor.fontFamily": "'JetBrains Mono'", "editor.fontSize": 14.25, | |
| // "editor.fontFamily": "'Liga Cousine'", "editor.fontSize": 14.5, | |
| // "editor.fontFamily": "'Liga DejaVu Sans Mono'", "editor.fontSize": 14.5, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>Metronome</title> | |
| <link rel="shortcut icon" type="image/x-icon" href="metronome.ico"/> | |
| <script | |
| src="https://code.jquery.com/jquery-3.2.1.min.js" | |
| integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" | |
| crossorigin="anonymous"> | |
| </script> | |
| <script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Place your key bindings in this file to overwrite the defaults | |
| [ | |
| { | |
| "key": "ctrl+shift+numpad_add", | |
| "command": "editor.unfoldAll", | |
| "when": "editorTextFocus && foldingEnabled" | |
| }, | |
| { | |
| "key": "ctrl+k ctrl+j", | |
| "command": "-editor.unfoldAll", |
NewerOlder