Files
geograsim/.vscode/geograsim.code-workspace
T
Adminator 1e51ef7def Nachtrag: alle bisher untracked Ordner + hängende Änderungen mit-committen
- Konzept/, didaktik_geografie/, didaktik_simulation/, v2-modules/, v2-platform/
- 12 code-workspace-Files
- STATUS-*.md
- viele M/D/R-Änderungen an bereits getrackten Files
- .gitignore verstärkt: **/.humaninput/, **/secret_keys.txt

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-07-08 02:27:02 +02:00

31 lines
930 B
Plaintext

{
"folders": [
{
"name": "geograsim",
"path": ".."
}
],
"settings": {
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#35a0fd",
"activityBar.background": "#35a0fd",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#ffdff0",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#35a0fd",
"statusBar.background": "#0388fc",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#35a0fd",
"statusBarItem.remoteBackground": "#0388fc",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#0388fc",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#0388fc99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#0388fc",
"git.ignoreLimitWarning": true
}
}