feat: update VSCode settings for icon theme and add remote platform configuration
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 24s
Nix Format Check / check-format (push) Has been cancelled
Python Lint Check / check-python (push) Has been cancelled

This commit is contained in:
Menno van Leeuwen 2025-04-28 10:37:57 +02:00
parent 39047218ff
commit d6b88fad01
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -7,7 +7,7 @@
"*": true
},
"git.autofetch": true,
"workbench.iconTheme": "vscode-icons",
"workbench.iconTheme": "icons",
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
@ -53,7 +53,8 @@
},
"remote.SSH.remotePlatform": {
"mennos-laptop": "linux",
"mennos-desktop": "linux"
"mennos-desktop": "linux",
"cloud": "linux"
},
"editor.tabSize": 2,
"editor.insertSpaces": true,
@ -70,5 +71,8 @@
"dart.debugExternalPackageLibraries": true,
"dart.debugSdkLibraries": true,
"dart.warnWhenEditingFilesOutsideWorkspace": false,
"window.confirmSaveUntitledWorkspace": false
"window.confirmSaveUntitledWorkspace": false,
"git.openRepositoryInParentFolders": "never",
"debug.toolBarLocation": "commandCenter",
"workbench.colorTheme": "Default Light+"
}