chore(cursor): minor settings tweak

This commit is contained in:
Jim Myhrberg
2025-03-07 11:17:44 +00:00
parent 8153faae39
commit 12c3e4e2c0

View File

@@ -26,7 +26,6 @@
"window.nativeFullScreen": false, // Does not work with nativeTabs enabled. "window.nativeFullScreen": false, // Does not work with nativeTabs enabled.
"window.nativeTabs": true, "window.nativeTabs": true,
"window.title": "${rootName}${separator}${profileName}", "window.title": "${rootName}${separator}${profileName}",
"workbench.activityBar.location": "top",
// //
// =========================================================================== // ===========================================================================
// MARK: Editor // MARK: Editor
@@ -74,6 +73,7 @@
// =========================================================================== // ===========================================================================
// //
// Activity Bar // Activity Bar
"workbench.activityBar.location": "top",
"workbench.activityBar.orientation": "horizontal", "workbench.activityBar.orientation": "horizontal",
// //
// Command Palette // Command Palette