Skip to content

Instantly share code, notes, and snippets.

@michaeljdennis
Last active December 20, 2018 03:30
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 michaeljdennis/d0b56363b825dab8eae3c6d47e2dcd8e to your computer and use it in GitHub Desktop.
Save michaeljdennis/d0b56363b825dab8eae3c6d47e2dcd8e to your computer and use it in GitHub Desktop.
VS Code Settings
{
"workbench.startupEditor": "newUntitledFile",
"editor.minimap.enabled": false,
"files.autoSave": "onFocusChange",
"workbench.editor.highlightModifiedTabs": true,
"workbench.colorTheme": "One Dark Pro",
"explorer.openEditors.visible": 0,
"files.trimTrailingWhitespace": true,
"editor.renderWhitespace": "all",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"diffEditor.ignoreTrimWhitespace": false,
"editor.multiCursorModifier": "ctrlCmd"
}
{
"name": "Listen for XDebug on Homestead",
"type": "php",
"request": "launch",
"port": 9000,
"ignore": ["**/vendor/**/*.php"],
"pathMappings": {
"/home/vagrant/sites/dashboard": "/Users/michael/sites/dashboard"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment