Skip to content

Instantly share code, notes, and snippets.

@jakewtaylor
Created October 11, 2019 15:27
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 jakewtaylor/14cf307ce4751c539cacb462dd0b05ab to your computer and use it in GitHub Desktop.
Save jakewtaylor/14cf307ce4751c539cacb462dd0b05ab to your computer and use it in GitHub Desktop.
Latest VS Code settings
code --install-extension akamud.vscode-theme-onedark
code --install-extension be5invis.vscode-custom-css
code --install-extension bmewburn.vscode-intelephense-client
code --install-extension bradlc.vscode-tailwindcss
code --install-extension codingyu.laravel-goto-view
code --install-extension cpylua.language-postcss
code --install-extension dbaeumer.vscode-eslint
code --install-extension dollyn.line-counter
code --install-extension ericadamski.carbon-now-sh
code --install-extension esbenp.prettier-vscode
code --install-extension ikappas.phpcs
code --install-extension itryapitsin.Scala
code --install-extension jtjoo.classic-asp-html
code --install-extension junstyle.php-cs-fixer
code --install-extension markskelton.one-dark-pro-italic
code --install-extension mikestead.dotenv
code --install-extension ms-mssql.mssql
code --install-extension ms-vsliveshare.vsliveshare
code --install-extension neilbrayfield.php-docblocker
code --install-extension nikitaKunevich.snippet-creator
code --install-extension octref.vetur
code --install-extension onecentlin.laravel-blade
code --install-extension patbenatar.advanced-new-file
code --install-extension rafaelmaiolla.remote-vscode
code --install-extension redhat.java
code --install-extension RobbOwen.synthwave-vscode
code --install-extension ryannaddy.laravel-artisan
code --install-extension sdras.night-owl
code --install-extension VisualStudioExptTeam.vscodeintellicode
code --install-extension vscjava.vscode-java-debug
code --install-extension vscjava.vscode-java-dependency
code --install-extension vscjava.vscode-java-pack
code --install-extension vscjava.vscode-java-test
code --install-extension vscjava.vscode-maven
code --install-extension whatwedo.twig
code --install-extension xyz.plsql-language
{
"workbench.activityBar.visible": false,
"workbench.statusBar.visible": true,
"workbench.colorTheme": "One Dark Pro Vivid (Italic)",
"editor.fontSize": 16,
"editor.lineHeight": 24,
"editor.fontWeight": "200",
"editor.fontFamily": "Dank Mono",
"editor.fontLigatures": true,
"editor.renderWhitespace": "boundary",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"blade": "html",
"javascript": "javascriptreact",
"twig": "html",
},
"blade.format.enable": true,
"editor.minimap.enabled": false,
"editor.renderIndentGuides": false,
"scss.validate": false,
"stylelint.enable": true,
"files.associations": {
"*.css": "postcss",
"*.php_cs": "php"
},
"files.trimTrailingWhitespace": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"explorer.autoReveal": false,
"typescript.updateImportsOnFileMove.enabled": "never",
"window.zoomLevel": 0,
"files.insertFinalNewline": true,
"breadcrumbs.enabled": true,
"carbon.theme": "one-dark",
"carbon.fontSize": 12,
"carbon.paddingVertical": 12,
"carbon.paddingHorizontal": 12,
"carbon.lineNumbers": true,
"carbon.windowControls": false,
"carbon.backgroundColor": "rgba(42, 133, 244, 1)",
"carbon.dropShadowOffset": 4,
"carbon.dropShadowBlurRadius": 12,
"carbon.lineHeight": 167,
"editor.tabCompletion": "on",
"php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar",
"php-cs-fixer.lastDownload": 1570090622233,
"php-cs-fixer.onsave": true,
"php-cs-fixer.config": "/Users/jtaylor/.vscode/.php_cs",
"typescript.tsserver.log": "verbose",
"vscode_custom_css.imports": [
"file:///Users/jtaylor/code/synthwave84.css"
],
"php.suggest.basic": false,
"editor.tokenColorCustomizations": {
"[One Dark Pro Vivid (Italic)]": {
"textMateRules": [
// PHP
{
"scope": "variable.other.php",
"settings": {
"foreground": "#ef596f",
},
},
{
"scope": "variable.language.this.php",
"settings": {
"foreground": "#ef596f",
},
},
{
"scope": "variable.other.property.php",
"settings": {
"foreground": "#ef596f",
},
},
{
"scope": "support.other.namespace.php",
"settings": {
"foreground": "#bbbbbb",
},
},
{
"scope": "variable.other.global.php",
"settings": {
"foreground": "#ef596f",
},
},
// JavaScript
{
"scope": "variable.language.this.js",
"settings": {
"foreground": "#ef596f",
},
},
{
"scope": "variable.other.object.js",
"settings": {
"foreground": "#ef596f",
},
},
{
"scope": "variable.other.object.property.js",
"settings": {
"foreground": "#ef596f",
},
},
{
"scope": "variable.other.property.js",
"settings": {
"foreground": "#ef596f"
},
},
// SCSS
{
"scope": "variable.scss",
"settings": {
"foreground": "#d55fde",
},
},
{
"scope": "entity.other.attribute-name.pseudo-element.css",
"settings": {
"fontStyle": "italic",
"foreground": "#d19a66",
},
},
{
"scope": "keyword.other.unit.px.css",
"settings": {
"foreground": "#e5c07b"
},
},
{
"scope": "keyword.other.unit.rem.css",
"settings": {
"foreground": "#e5c07b"
},
},
{
"scope": "keyword.other.unit.percentage.css",
"settings": {
"foreground": "#e5c07b"
},
},
{
"scope": "keyword.other.unit.em.css",
"settings": {
"foreground": "#e5c07b"
},
},
{
"scope": "keyword.other.unit.pt.css",
"settings": {
"foreground": "#e5c07b"
},
},
{
"scope": "keyword.other.unit.vh.css",
"settings": {
"foreground": "#e5c07b"
},
},
{
"scope": "keyword.other.unit.vw.css",
"settings": {
"foreground": "#e5c07b"
},
},
{
"scope": "keyword.other.unit.vmin.css",
"settings": {
"foreground": "#e5c07b"
},
},
{
"scope": "keyword.other.unit.vmax.css",
"settings": {
"foreground": "#e5c07b"
},
},
{
"scope": "keyword.other.unit.q.css",
"settings": {
"foreground": "#e5c07b"
},
},
{
"scope": "keyword.other.unit.mm.css",
"settings": {
"foreground": "#e5c07b"
},
},
{
"scope": "keyword.other.unit.cm.css",
"settings": {
"foreground": "#e5c07b"
},
},
{
"scope": "keyword.other.unit.in.css",
"settings": {
"foreground": "#e5c07b"
},
},
{
"scope": "keyword.other.unit.pc.css",
"settings": {
"foreground": "#e5c07b"
},
},
{
"scope": "keyword.other.unit.ex.css",
"settings": {
"foreground": "#e5c07b"
},
},
{
"scope": "keyword.other.unit.ch.css",
"settings": {
"foreground": "#e5c07b"
},
},
{
"scope": "keyword.other.unit.deg.css",
"settings": {
"foreground": "#e5c07b"
},
},
{
"scope": "keyword.other.unit.fr.css",
"settings": {
"foreground": "#e5c07b"
},
},
{
"scope": "constant.numeric.css",
"settings": {
"foreground": "#e5c07b",
},
},
],
},
},
"terminal.integrated.fontFamily": "Dank Mono",
"terminal.integrated.fontSize": 14,
"terminal.integrated.fontWeightBold": "normal",
"terminal.integrated.lineHeight": 1.4,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.scrollbar.vertical": "hidden",
"editor.hideCursorInOverviewRuler": true,
"editor.scrollbar.verticalScrollbarSize": 0,
"workbench.colorCustomizations": {
"editorOverviewRuler.bracketMatchForeground": "#0000"
},
"editor.gotoLocation.multiple": "goto",
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
},
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"java.configuration.checkProjectSettingsExclusions": false,
"liveshare.featureSet": "insiders"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment