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 }