Skip to content

Instantly share code, notes, and snippets.

@r3nya
Last active March 22, 2017 08:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r3nya/ce19f2793c390639f7af55728692b3a6 to your computer and use it in GitHub Desktop.
Save r3nya/ce19f2793c390639f7af55728692b3a6 to your computer and use it in GitHub Desktop.
~ » ls -1 .vscode/extensions | awk -F'.' '{print $2}' | sed 's/\-[0-9]$//g'
EditorConfig
beautify
vscode-jest
emoji
ejs-language-support
sort-lines
html-snippets
Bookmarks
copy-relative-path
theme-onedark
vscode-custom-css
Theme-OceanKit
npm-intellisense
path-intellisense
riot-tag
vscode-eslint
githistory
theme-dracula
vscode-babel-coloring
tslint
vscode-npm-script
auto-close-tag
theme-base16-ocean
vscode-auto-open-markdown-preview
theme-onedark-sublime
Oceanic-Next
vscode-postcss-sorting
color-highlight
PostCSS
Spell
stylelint
{
"workbench.activityBar.visible": false,
"editor.fontFamily": "Hack",
"editor.fontSize": 13,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/.DS_Store": true,
"node_modules/": true,
"build/": true
},
"zenMode.hideTabs": false,
"files.associations": {
"*.pcss": "css"
},
"editor.renderWhitespace": "all",
"files.autoSave": "onFocusChange",
"workbench.colorTheme": "Oceanic Next",
"editor.minimap.enabled": true,
"editor.dragAndDrop": true,
"editor.cursorStyle": "line-thin",
"window.zoomLevel": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment