Extension pack that includes all the tools I use daily as a Software Engineer.
- Angular Language Service
- Angular v6 Snippets by John Papa
- angular2-inline by Nate Wallace
- Atom One Light Theme by Mahmoud Ali
- Docker
- EditorConfig
- ESLint by Dirk Baeumer
- Go
- NativeScript
- nginx.conf by shanoor
- npm by egamma
- One Dark Theme by Joshua Azemoh
- One Monokai Theme by Joshua Azemoh
- Path Intellisense by Christian Kohler
- Python
- SVG Viewer by cssho
- TSLint by egamma
- vscode-elixir by Mat McLoughLin
- Note that the settings below assumes you have iTerm2 installed using zsh.
{
"terminal.external.osxExec": "iTerm.app",
"terminal.integrated.shell.osx": "/bin/zsh",
"terminal.integrated.fontFamily": "Inconsolata-dz for Powerline",
"terminal.integrated.fontSize": 13,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.renderIndentGuides": true,
"editor.renderWhitespace": "none",
"editor.renderControlCharacters": false,
"editor.fontSize": 13,
"editor.detectIndentation": false,
"editor.tabSize": 4,
"workbench.colorCustomizations": {
"editor.background": "#16181D",
"terminal.background": "#202020"
},
"workbench.colorTheme": "One Monokai"
}