vscode default to dark theme
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 36s
Nix Format Check / check-format (push) Failing after 1m35s
Python Lint Check / check-python (push) Failing after 21s

This commit is contained in:
2025-06-19 10:33:37 +02:00
parent 2fa8a519bf
commit 8799cc72b8

View File

@@ -73,7 +73,7 @@
"window.confirmSaveUntitledWorkspace": false,
"git.openRepositoryInParentFolders": "never",
"debug.toolBarLocation": "commandCenter",
"workbench.colorTheme": "Default Light+",
"workbench.colorTheme": "Default Dark+",
"ansible.lightspeed.enabled": false,
"ansible.lightspeed.suggestions.enabled": false
}