Skip to content

Instantly share code, notes, and snippets.

@jhanschoo
Created May 1, 2018 11:32
Show Gist options
  • Save jhanschoo/ae7a26e1e3ae3ff919ca0d58142bfd21 to your computer and use it in GitHub Desktop.
Save jhanschoo/ae7a26e1e3ae3ff919ca0d58142bfd21 to your computer and use it in GitHub Desktop.
aurelia -- AureliaEffect
C/C++ -- Microsoft
Debugger for Chrome -- Microsoft
EditorConfig... -- EditorConfig
ESLint -- Dirk Baeumer
Git History -- Don ...
GitLens... -- Eric...
Gruvbox -- Tom Philbin
Path Intellisense -- Christian...
Prettier Now -- Remi...
Python -- Microsoft
Tomorrow... -- Microsoft
TSLint -- egamma
{
"editor.acceptSuggestionOnEnter": "off",
"editor.fontFamily": "Iosevka, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.renderControlCharacters": true,
"editor.renderWhitespace": "boundary",
"editor.rulers": [72, 80, 120],
"editor.wordWrap": "on",
"emmet.showExpandedAbbreviation": "inMarkupAndStylesheetFilesOnly",
"emmet.includeLanguages": {
"pug": "html"
},
"prettier.printWidth": 80,
"prettier.tabWidth": 2,
"prettier.useTabs": false,
"prettier.singleQuote": false,
"prettier.trailingComma": "all",
"prettier.bracketSpacing": false,
"python.pythonPath": "python3",
"python.venvPath": "~/.virtualenvs",
"terminal.integrated.scrollback": 10000,
"workbench.colorTheme": "Tomorrow",
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"gitlens.keymap": "alternate"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment