Remove SSH connections from settings
Some checks failed
Ansible Lint Check / check-ansible (push) Has been cancelled
Nix Format Check / check-format (push) Has been cancelled
Python Lint Check / check-python (push) Failing after 21s

This commit is contained in:
2025-06-19 15:34:41 +02:00
parent 8799cc72b8
commit b66e911acc

View File

@@ -10,17 +10,6 @@
// #############################################
// ## Theming ##
// #############################################
"ssh_connections": [
{
"host": "salt.dev",
"username": "salt",
"projects": [
{
"paths": ["/home/salt/releases/docker-updates"]
}
]
}
],
"icon_theme": "VSCode Icons (Dark)",
"ui_font_size": 16,
"buffer_font_size": 16,