This commit is contained in:
Dominik 2025-02-06 08:38:25 +01:00
parent 0b5ce2cc00
commit d0743f28c3
4 changed files with 16 additions and 3 deletions

13
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,13 @@
{
"presentation-mode.configBackup": {
"editor.fontSize": "undefined",
"editor.matchBrackets": "undefined",
"editor.minimap.enabled": "undefined",
"editor.scrollbar.verticalScrollbarSize": "undefined",
"workbench.activityBar.visible": "undefined",
"workbench.statusBar.visible": "undefined",
"workbench.colorTheme": "undefined",
"workbench.colorCustomizations": "undefined",
"window.zoomLevel": "undefined"
}
}