ext install akamud.vscode-theme-onedark
ext install joelday.docthis
ext install dbaeumer.vscode-eslint
ext install bierner.markdown-preview-github-styles
ext install bierner.markdown-footnotes
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
{ | |
"extends": "r0mflip", | |
"env": { | |
"node": true, | |
"browser": true | |
}, | |
"parserOptions": { | |
"ecmaVersion": 2017 | |
}, | |
"rules": { |
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
Show hidden characters
{ | |
"auto_close_tags": false, | |
"auto_find_in_selection": true, | |
"copy_with_empty_selection": false, | |
"default_line_ending": "LF", | |
"drag_text": false, | |
"draw_white_space": "all", | |
"font_face": "Consolas", | |
"font_size": 11, | |
"highlight_line": true, |