Skip to content

Instantly share code, notes, and snippets.

@rich-97
Last active April 10, 2018 16:42
Show Gist options
  • Save rich-97/1666240b306eabe0aaf99b8a162fe2a2 to your computer and use it in GitHub Desktop.
Save rich-97/1666240b306eabe0aaf99b8a162fe2a2 to your computer and use it in GitHub Desktop.
VS Code config
{
"editor.fontSize": 16,
"editor.fontLigatures": true,
"editor.fontFamily": "Fira Code",
"editor.insertSpaces": true,
"editor.tabSize": 2,
"editor.quickSuggestions": true,
"workbench.statusBar.visible": true,
"workbench.editor.showTabs": true,
"emmet.includeLanguages": {
"octobercms": "html",
"javascript":"javascriptreact"
},
"window.menuBarVisibility": "default",
"gitlens.keymap": "alternate",
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"standard.enable": true,
"extensions.ignoreRecommendations": false,
"php.validate.executablePath": "/opt/lampp/bin/php",
"projectManager.groupList": true,
"projectManager.removeCurrentProjectFromList": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment