1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Ambrose Chua 6b4748e9be
Move vscode sidebar to right
continuous-integration/drone/push Build was killed Details
2023-03-23 14:22:49 +08:00
Ambrose Chua 1ef785771f
Slow down autosave, hide pycache files 2023-03-02 14:56:35 +08:00
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{
"window.autoDetectColorScheme": true,
"workbench.sideBar.location": "right",
"workbench.preferredDarkColorTheme": "Solarized Dark",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.colorTheme": "Solarized Dark",
@ -17,6 +18,11 @@
80,
],
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 10000,
"files.exclude": {
"**/__pycache__": true,
"**/.pytest_cache": true,
},
"vim.normalModeKeyBindings": [
{
"before": [