From 85f5d0cf624e5f598d9b67975a85f67b084d9190 Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Sat, 9 Oct 2021 11:52:50 -0300 Subject: [PATCH] code: change sidebar to the right --- .config/Code/User/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 4e5fbf3..a9d8837 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -8,6 +8,7 @@ "editor.fontLigatures": true, "editor.lineHeight": 24, "explorer.compactFolders": false, + "workbench.sideBar.location": "right", "editor.renderLineHighlight": "gutter", "workbench.editor.labelFormat": "short", "workbench.startupEditor": "none",