From d2d711807926c68027cb375af487a1ab245710a9 Mon Sep 17 00:00:00 2001 From: Steven Hobs <47906512+stevenhobs@users.noreply.github.com> Date: Wed, 11 Jun 2025 12:15:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4UI=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- basic.jsonc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/basic.jsonc b/basic.jsonc index 8694def..0bc34a2 100644 --- a/basic.jsonc +++ b/basic.jsonc @@ -21,6 +21,7 @@ /* 工作台 */ "workbench.colorTheme", "workbench.iconTheme", + "workbench.activityBar.location", "workbench.editor.enablePreview", "workbench.enableExperiments", "workbench.editor.editorActionsLocation", @@ -47,6 +48,7 @@ "window.menuBarVisibility": "visible", // 菜单栏显示 "window.commandCenter": false, // 命令搜索框 "window.density.editorTabHeight": "compact", // 编辑器标签高度 + "window.enableMenuBarMnemonics": false, // Alt快捷菜单顶栏 /* 编辑器 */ "editor.fontFamily": "'CaskaydiaCove Nerd Font', MiSans", // 字体 "editor.renderControlCharacters": false, // 控制字符 @@ -65,7 +67,8 @@ "workbench.editor.enablePreview": false, // 预览 "workbench.enableExperiments": false, // 实验 "workbench.editor.editorActionsLocation": "default", // 编辑器操作位置 - "workbench.editor.tabSizing": "shrink", // 标签大小 + "workbench.editor.tabSizing": "shrink", // 标签大小, + "workbench.activityBar.location": "top", // 活动栏布局 "workbench.editorAssociations": { "*.md": "vscode.markdown.preview.editor" }, // 文件关联 @@ -86,5 +89,5 @@ "errorLens.enabledDiagnosticLevels": ["error"], // 尾部提示信息类型 /*----自定义---- */ - "breadcrumbs.enabled": false // 导航条 + "breadcrumbs.enabled": false }