Skip to content

Instantly share code, notes, and snippets.

@adrixvoid
Last active May 20, 2018 15:50
Show Gist options
  • Save adrixvoid/5ee14691661b62cd3605228f75b6cf87 to your computer and use it in GitHub Desktop.
Save adrixvoid/5ee14691661b62cd3605228f75b6cf87 to your computer and use it in GitHub Desktop.
Visual Studio Code

Workspace Settings

{
    "files.exclude": {
        "**/.git": true,
        "**/.DS_Store": true,
        ".vscode": true
    },
    "editor.tabSize": 2
}

Preferences User settings

{
    "gitlens.advanced.messages": {
        "suppressCommitHasNoPreviousCommitWarning": false,
        "suppressCommitNotFoundWarning": false,
        "suppressFileNotUnderSourceControlWarning": false,
        "suppressGitVersionWarning": false,
        "suppressLineUncommittedWarning": false,
        "suppressNoRepositoryWarning": false,
        "suppressResultsExplorerNotice": false,
        "suppressShowKeyBindingsNotice": true
    },
    "window.zoomLevel": -1,
    "gitlens.historyExplorer.enabled": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment