Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmegood committed Feb 22, 2024
1 parent 5e314f6 commit c831827
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@
"*.db": "sqlite-viewer.view"
},
"workbench.layoutControl.enabled": true,
"workbench.editor.centeredLayoutAutoResize": true
"workbench.editor.centeredLayoutAutoResize": true,
"editor.minimap.enabled": false,
"editor.fontFamily": "\"Dank Mono\",Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 20,
"files.autoSave": "onFocusChange"
}

0 comments on commit c831827

Please sign in to comment.