This repository contains a minimal set of configuration files for Visual Studio Code tailored to Python development. The focus is on:
- setting up VS Code quickly on a Debian Linux OS.
- settings for a productive coding environment with features like linting, formatting, debugging, and keybindings.
- some cheat sheets in
docs/
.
- settings.json: user settings of VS Code
- keybindings.json: custom keybindings
- extensions-install.sh: installs VS Code (debian 64-bit), if not installed already; installs extensions
- docs/: cheat sheets as markdown files for different topics
- Clone / copy this repository into your VS Code user settings folder:
git clone https://github.com/chrhaeusler/vscode-config ~/.config/Code/User
- Install VS Code + extensions
cd ~/.config/Code/User
./extensions-install.sh