Skip to content

Instantly share code, notes, and snippets.

@matheusmota
Last active April 27, 2020 17:55
Show Gist options
  • Save matheusmota/45f01da70bc43d6c83f912ca569f9cda to your computer and use it in GitHub Desktop.
Save matheusmota/45f01da70bc43d6c83f912ca569f9cda to your computer and use it in GitHub Desktop.

My settings for VSCode.

Path to the settings.json file:

  • Linux: ~/.config/Code/User on Linux
  • Windows 10: C:\Users\username\AppData\Roaming\Code\User
  • Mac OS X: ~/Library/Application Support/Code/User/
{
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"workbench.colorTheme": "Monokai",
"editor.fontWeight": "bold",
"editor.minimap.maxColumn": 80,
"window.menuBarVisibility": "toggle",
"window.restoreWindows": "all",
"window.zoomLevel": -1.4
}
code --list-extensions
code --install-extension ms-python.python
code --install-extension ms-python.python ms-azuretools.vscode-docker
code --install-extension ms-azuretools.vscode-docker
code --install-extension formulahendry.docker-explorer
code --install-extension eamodio.gitlens
code --install-extension ms-kubernetes-tools.vscode-kubernetes-tools
code --install-extension alanwalk.markdown-toc
code --install-extension redhat.vscode-yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment