VSCodium sessions

This commit is contained in:
dctrud 2019-05-22 16:35:21 -05:00
parent 03c29a9d2f
commit b7f8b77905
2 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,6 @@ Project Manager
Python
ReWrap
Shellcheck
Tomorrow and Tomorrow Night theme
Vagrant
Vagrantfile Support
Vim

View File

@ -9,9 +9,9 @@
// Appearance Settings
"editor.fontFamily": "'Fira Mono', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontSize": 15,
"editor.fontSize": 14,
"editor.rulers": [80, 100, 120],
"workbench.colorTheme": "Tomorrow Night",
"workbench.colorTheme": "Monokai",
// Python defaults
"python.linting.flake8Enabled": true,