Skip to content

Instantly share code, notes, and snippets.

@m-coding
Last active May 14, 2016 03:59
Show Gist options
  • Save m-coding/b61aa43523cd76a386715f6616cafd75 to your computer and use it in GitHub Desktop.
Save m-coding/b61aa43523cd76a386715f6616cafd75 to your computer and use it in GitHub Desktop.
My Microsoft Visual Code Settings

I am trying out Microsoft's VS Code editor to see if it is good enough to replace Sublime.

Below is a work in progress of transferring settings I liked in Sublime.

// This file overwrites the default settings
// Font download @ https://github.com/chrissimpkins/codeface/tree/master/fonts/camingo-code
{
"update.channel": "none",
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"editor.fontFamily": "CamingoCode",
"editor.fontSize": 14,
"editor.renderWhitespace": true,
"files.trimTrailingWhitespace": true,
"git.path": "c:/Program Files/Git/mingw64/libexec/git-core/git.exe",
"python.pythonPath": "c:/python/bin/python.exe"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment