Skip to content

Instantly share code, notes, and snippets.

View 42nick's full-sized avatar
🎯
Focusing

Nick 42nick

🎯
Focusing
  • Germany
  • 00:44 (UTC +01:00)
View GitHub Profile
@42nick
42nick / settings.json
Last active June 6, 2023 16:48
My VSCode settings
{
/* ------------------------------ vsc behavior ------------------------------ */
"files.autoSave": "onFocusChange",
"files.watcherExclude": {
"**/.git/**": true,
"**/.tox/**": true,
"**/.venv/**": true,
"**/mypy_cache/**": true,
"**/node_modules/*/**": true,
"**/pytest_cache/**": true,