Skip to content

Instantly share code, notes, and snippets.

@JamesSkemp
Created August 24, 2017 00:12
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 JamesSkemp/f73354f4b5e35ca75afe99540f46c4d6 to your computer and use it in GitHub Desktop.
Save JamesSkemp/f73354f4b5e35ca75afe99540f46c4d6 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings

Application Settings

Extensions

  • Add jsdoc comments
  • C#
  • C# XML Documentation
  • Cordova Tools
  • PowerShell
  • seti-icons

Visual Studio Code Settings

{
	"editor.insertSpaces": false,
	"editor.renderWhitespace": "all",
	"editor.wordWrap": "on",
	"typescript.referencesCodeLens.enabled": true,
	"workbench.iconTheme": "seti"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment