Skip to content

Instantly share code, notes, and snippets.

@nicolaigj
Last active June 24, 2018 16:32
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 nicolaigj/2a02a68f4d47973728342032fd1d3f36 to your computer and use it in GitHub Desktop.
Save nicolaigj/2a02a68f4d47973728342032fd1d3f36 to your computer and use it in GitHub Desktop.
User settings for Visual Studio Code
// Place your settings in this file to overwrite the default settings
{
// Theme
"workbench.colorTheme": "Solarized Dark",
"workbench.iconTheme": "vscode-icons",
// Workbench
// Controls if opened editors from Quick Open show as preview. Preview editors are reused until they are kept (e.g. via double click or editing).
"workbench.editor.enablePreviewFromQuickOpen": false,
// Editor
// Add rulers to editor window
"editor.rulers": [120],
// Integrated Terminal
// Windows terminal
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"powershell.startAutomatically": true,
// Extensions
// Automatic Update
"extensions.autoUpdate": true,
"window.zoomLevel": 0,
// Powershell Configuration
"powershell.developer.editorServicesLogLevel": "Verbose",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment