diff --git a/.local/share/code-server/User/settings.json b/.local/share/code-server/User/settings.json index 2de2a50..61b8635 100644 --- a/.local/share/code-server/User/settings.json +++ b/.local/share/code-server/User/settings.json @@ -11,5 +11,6 @@ "hexeditor.columnWidth": 32, "hexeditor.inspectorType": "sidebar", "window.menuBarVisibility": "classic", - "workbench.startupEditor": "none" + "workbench.startupEditor": "none", + "workbench.activityBar.location": "top" } \ No newline at end of file