Skip to content

Instantly share code, notes, and snippets.

@mrabbani
Last active September 4, 2018 02:54
Show Gist options
  • Save mrabbani/87ef5b662d76f6b66ffcab6f7e22f878 to your computer and use it in GitHub Desktop.
Save mrabbani/87ef5b662d76f6b66ffcab6f7e22f878 to your computer and use it in GitHub Desktop.

VS Code Plugin List for Laravel

Configuration

{
"files.autoSave": "onFocusChange",
"workbench.iconTheme": "vscode-icons",
"php.suggest.basic": false,
"gitlens.codeLens.recentChange.enabled": false,
"gitlens.codeLens.authors.enabled": false,
"gitlens.blame.line.enabled": false,
"gitlens.advanced.messages": {
    "suppressCommitHasNoPreviousCommitWarning": false,
    "suppressCommitNotFoundWarning": false,
    "suppressFileNotUnderSourceControlWarning": false,
    "suppressGitVersionWarning": false,
    "suppressLineUncommittedWarning": false,
    "suppressNoRepositoryWarning": false,
    "suppressResultsExplorerNotice": false,
    "suppressShowKeyBindingsNotice": true,
    "suppressUpdateNotice": true,
    "suppressWelcomeNotice": true
},
"extensions.ignoreRecommendations": false,
"gitlens.currentLine.enabled": false,
"gitlens.hovers.currentLine.enabled": false,
"gitlens.keymap": "alternate",
"gitlens.historyExplorer.enabled": true,
"editor.largeFileOptimizations": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment