diff options
| author | kj_sh604 <43.splash@gmail.com> | 2026-02-22 13:51:46 -0500 |
|---|---|---|
| committer | kj_sh604 <43.splash@gmail.com> | 2026-02-22 13:51:46 -0500 |
| commit | ba0d6c7f363af86ce4535e5f122c1ec7295eb10e (patch) | |
| tree | a6942f319146969005c8084d22549432d1e5e5c1 | |
| parent | 0a60d8b02be5dc6044fd57c0dfdf03eaa7edaaaa (diff) | |
refactor: remove newline at end of file
| -rw-r--r-- | .config/Code/User/settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 9bea0e3..0f83e2f 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -312,5 +312,6 @@ }, "workbench.activityBar.location": "top", "workbench.layoutControl.enabled": false, - "window.commandCenter": false + "window.commandCenter": false, + "workbench.editor.showTabs": "none" }
\ No newline at end of file |
