Skip to content

Instantly share code, notes, and snippets.

@anshdivu
Created April 3, 2018 20:49
Show Gist options
  • Save anshdivu/1705e2e23e9dd00a4b52810fb79aba94 to your computer and use it in GitHub Desktop.
Save anshdivu/1705e2e23e9dd00a4b52810fb79aba94 to your computer and use it in GitHub Desktop.
{
// Place your settings in this file to overwrite the default settings
"typescript.check.npmIsInstalled": true,
"editor.snippetSuggestions": "top",
"files.autoSave": "onFocusChange",
"workbench.activityBar.visible": true,
"editor.minimap.enabled": false,
// "editor.formatOnSave": true,
// "javascript.implicitProjectConfig.checkJs": true,
"prettier.singleQuote": true,
// "editor.fontFamily": "Operator Mono Book",
// "editor.fontFamily": "Hasklig",
// "editor.fontFamily": "Fira Code",
"editor.fontFamily": "Source Code Pro",
"workbench.colorTheme": "One Dark Pro",
"editor.fontSize": 12.5,
// "window.zoomLevel": 0
"java.home": "/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home",
"window.zoomLevel": 0,
"editor.fontLigatures": true,
"editor.renderWhitespace": "boundary",
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"mssql.connections": [
{
"server": "localhost,1401",
"database": "CumminsArtDB",
"authenticationType": "SqlLogin",
"user": "sa",
"password": "Pa$$word!",
"emptyPasswordInput": false,
"savePassword": false,
"profileName": "Cummins Local DB"
}
],
"[sql]": {
"editor.formatOnSave": false,
},
"workbench.iconTheme": "material-icon-theme",
"gitlens.keymap": "alternate"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment