Skip to content

Instantly share code, notes, and snippets.

@nickytonline
Last active November 7, 2020 09:29
Show Gist options
  • Star 22 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickytonline/3d5ffeab871a6662d7a3f89bb0bed0f8 to your computer and use it in GitHub Desktop.
Save nickytonline/3d5ffeab871a6662d7a3f89bb0bed0f8 to your computer and use it in GitHub Desktop.
My VS Code Setup
@rouzbeh84
Copy link

Oh also sync-settings and the ligature setting

  // Enables font ligatures
  "editor.fontLigatures": true,

I use Fira Code to get the following look

Codes

@nickytonline
Copy link
Author

@nickytonline
Copy link
Author

@nickytonline
Copy link
Author

@rouzbeh84. I use Fira Code as well. I love it! Thanks for the theme suggestion. Maybe I'll take Panda for a spin ;)

@kwelch
Copy link

kwelch commented Aug 7, 2017

My setup depends on machine and style of work. Here are my go-to plugins (main machine):

  • prettier
  • import cost
  • vscode-icons
  • EditorConfig
  • hipsum
  • eslint

I keep it lean and mean.

Current Theme: DesertEx (I swap frequently though)

@SteveALee
Copy link

versionLens for npm packages is pretty useful if not using david, greenkeeper etc

@nickytonline
Copy link
Author

Thanks @SteveALee. I'll check it out!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment