更新 user.settings.jsonc
This commit is contained in:
@@ -24,7 +24,6 @@
|
|||||||
"workbench.iconTheme",
|
"workbench.iconTheme",
|
||||||
"workbench.enableExperiments",
|
"workbench.enableExperiments",
|
||||||
"workbench.activityBar.location",
|
"workbench.activityBar.location",
|
||||||
"workbench.editorAssociations",
|
|
||||||
"workbench.editor.enablePreview",
|
"workbench.editor.enablePreview",
|
||||||
"workbench.editor.tabSizing",
|
"workbench.editor.tabSizing",
|
||||||
"workbench.editor.empty.hint",
|
"workbench.editor.empty.hint",
|
||||||
@@ -49,7 +48,7 @@
|
|||||||
],
|
],
|
||||||
|
|
||||||
/* 窗口 */
|
/* 窗口 */
|
||||||
"window.menuBarVisibility": "toggle", // 菜单栏显示
|
"window.menuBarVisibility": "classic", // 菜单栏显示
|
||||||
"window.commandCenter": false, // 命令搜索框
|
"window.commandCenter": false, // 命令搜索框
|
||||||
"window.density.editorTabHeight": "compact", // 编辑器标签高度
|
"window.density.editorTabHeight": "compact", // 编辑器标签高度
|
||||||
"window.enableMenuBarMnemonics": false, // Alt快捷菜单顶栏
|
"window.enableMenuBarMnemonics": false, // Alt快捷菜单顶栏
|
||||||
@@ -76,9 +75,6 @@
|
|||||||
"workbench.editor.tabSizing": "shrink", // 标签大小,
|
"workbench.editor.tabSizing": "shrink", // 标签大小,
|
||||||
"workbench.editor.empty.hint": "hidden",
|
"workbench.editor.empty.hint": "hidden",
|
||||||
"workbench.startupEditor": "none",
|
"workbench.startupEditor": "none",
|
||||||
"workbench.editorAssociations": {
|
|
||||||
"*.md": "vscode.markdown.preview.editor" // markdown 默认预览
|
|
||||||
},
|
|
||||||
|
|
||||||
/* 终端 */
|
/* 终端 */
|
||||||
"terminal.integrated.cursorBlinking": true, // 光标闪烁
|
"terminal.integrated.cursorBlinking": true, // 光标闪烁
|
||||||
@@ -88,7 +84,7 @@
|
|||||||
|
|
||||||
/* 文件 */
|
/* 文件 */
|
||||||
"files.eol": "\n", // 换行符
|
"files.eol": "\n", // 换行符
|
||||||
"explorer.confirmDelete": false, // 文件删除确认
|
"explorer.confirmDelete": true, // 文件删除确认
|
||||||
"material-icon-theme.hidesExplorerArrows": true, // 隐藏文件夹箭头
|
"material-icon-theme.hidesExplorerArrows": true, // 隐藏文件夹箭头
|
||||||
"material-icon-theme.activeIconPack": "react_redux", // 图标包
|
"material-icon-theme.activeIconPack": "react_redux", // 图标包
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user