Skip to content

Instantly share code, notes, and snippets.

@mwagena
Created May 13, 2019 11:41
Show Gist options
  • Save mwagena/da9c6de5daeab73c36039d1306e8a0fc to your computer and use it in GitHub Desktop.
Save mwagena/da9c6de5daeab73c36039d1306e8a0fc to your computer and use it in GitHub Desktop.
VS Code settings.json
{
"gitlens.keymap": "alternate",
"workbench.startupEditor": "newUntitledFile",
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"window.zoomLevel": 0,
"tslint.enable": false,
"tslint.autoFixOnSave": false,
"files.associations": {
"*.html": "html",
"*.scss": "scss"
},
"nativescript.analytics.enabled": false,
"javascript.validate.enable": false,
"problems.decorations.enabled": false,
"npm.enableScriptExplorer": true,
"typescript.updateImportsOnFileMove.enabled": "always",
"breadcrumbs.enabled": true,
"gitlens.codeLens.enabled": false,
"editor.wordSeparators": "./\\\\()\\\"'-:,.;<>~!#%^&*|+=[]{}`~?",
"gitlens.views.fileHistory.enabled": true,
"gitlens.views.lineHistory.enabled": true,
"explorer.confirmDelete": false,
"gitlab.instanceUrl": "https://git.beeproger.io",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"git.autofetch": true,
"cSpell.language": "en,nl",
"cSpell.userWords": [
"Authenticatable",
"Devtools",
"Illuminate",
"Injectable",
"Upsert",
"ngrx"
],
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"java.configuration.checkProjectSettingsExclusions": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment