Skip to content

Instantly share code, notes, and snippets.

@superalsrk
Created January 17, 2018 05:05
Show Gist options
  • Save superalsrk/a5b930c92c2fd3b36767d883765f6689 to your computer and use it in GitHub Desktop.
Save superalsrk/a5b930c92c2fd3b36767d883765f6689 to your computer and use it in GitHub Desktop.
vscode-preference.json
{
"vim.disableAnnoyingNeovimMessage": true,
"extensions.ignoreRecommendations": true,
"editor.renderWhitespace": "all",
"python.linting.pylintArgs": ["--errors-only"],
"terminal.integrated.shell.windows": "D:\\software\\git\\bin\\bash.exe",
"terminal.integrated.shellArgs.windows": ["--login", "-i"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment