From bfd9cd9df90e9a149f665b187183556734c534dd Mon Sep 17 00:00:00 2001 From: Phoomparin Mano Date: Sun, 21 Jan 2024 22:03:30 +0700 Subject: [PATCH] chore: sb --- config/vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/vscode/settings.json b/config/vscode/settings.json index 8bc1aa1..5703e1c 100644 --- a/config/vscode/settings.json +++ b/config/vscode/settings.json @@ -268,7 +268,6 @@ "settingsSync.ignoredSettings": [], "workbench.productIconTheme": "icons-carbon", "workbench.iconTheme": "material-icon-theme", - "workbench.statusBar.visible": false, "editor.hideCursorInOverviewRuler": true, "editor.minimap.enabled": false, "window.titleBarStyle": "native", @@ -298,5 +297,6 @@ "itemMargin": 2, "hideSettings": true, "position": "bottom" - } + }, + "workbench.statusBar.visible": false }