1
0
Fork 0

Slow down autosave, hide pycache files

main
Ambrose Chua 2023-03-02 14:55:41 +08:00
parent 82bcdcd7b5
commit 1ef785771f
No known key found for this signature in database
GPG Key ID: 36C99AADD44C83D2
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@
80,
],
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 10000,
"files.exclude": {
"**/__pycache__": true,
"**/.pytest_cache": true,
},
"vim.normalModeKeyBindings": [
{
"before": [