Skip to content

Instantly share code, notes, and snippets.

@hanetooth
Last active September 9, 2017 06:30
Show Gist options
  • Save hanetooth/39b3a23bf4d624c928e9501dbdbaa70e to your computer and use it in GitHub Desktop.
Save hanetooth/39b3a23bf4d624c928e9501dbdbaa70e to your computer and use it in GitHub Desktop.
User settings for vscode(laravel).
{
"editor.fontSize": 15,
"editor.fontFamily": "Fira Code",
"php.validate.executablePath": "/usr/bin/php7.1",
"terminal.integrated.cursorBlinking": true,
"workbench.iconTheme": "vscode-great-icons",
"workbench.colorTheme": "Boxy Monokai",
"files.associations": {
"*.blade.php": "blade"
},
"path-intellisense.autoSlashAfterDirectory": true,
"editor.quickSuggestionsDelay": 0,
"editor.tabCompletion": true,
"php.suggest.basic": false,
"php.validate.run": "onType",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 1000,
"editor.formatOnSave": true,
"editor.lineHeight": 25,
"window.menuBarVisibility": "toggle",
"workbench.activityBar.visible": false,
"editor.renderWhitespace": "none",
"editor.renderControlCharacters": false,
"window.restoreWindows": "folders",
"window.newWindowDimensions": "maximized",
"files.useExperimentalFileWatcher": true,
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"emmet.syntaxProfiles": {
"blade": ["html", "javascript", "css"]
},
"window.zoomLevel": 0,
"php-docblocker.gap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment