default.custom.yaml
customization:
distribution_code_name: Weasel
distribution_version: 0.14.3
generator: "Rime::SwitcherSettings"
modified_time: "Sat Dec 18 10:44:50 2021"
rime_version: 1.5.3
patch:
"menu/page_size": 9
"ascii_composer/switch_key/Shift_L": commit_code
"ascii_composer/switch_key/Shift_R": commit_code
"ascii_composer/switch_key/Control_L": noop
"ascii_composer/switch_key/Control_R": commit_text
schema_list:
- {schema: luna_pinyin}
- {schema: luna_pinyin_simp}
"switcher/hotkeys":
- F4
weasel.custom.yaml
customization:
distribution_code_name: Weasel
distribution_version: 0.14.3
generator: "Weasel::UIStyleSettings"
modified_time: "Sat Dec 18 10:46:21 2021"
rime_version: 1.5.3
patch:
"style/color_scheme": metroblue
"style/horizontal": true
"style/font_point": 15
"style/display_tray_icon": false
VScode
"editor.fontSize": 22,
"editor.wordWrap": "on",
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 600,
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.formatOnType": true, //保存时自动格式化
"files.eol": "\n",
"editor.minimap.showSlider": "mouseover",
"editor.suggestOnTriggerCharacters": true, // 默认输入符号自动显示建议,如快速新建标签
"editor.wordBasedSuggestions": true,
"editor.tokenColorCustomizations": {
"comments": "#82e0aa" // 注释
},
// //vscode es6语法检测配置
"editor.wordWrapColumn": 120,
"editor.lineNumbers": "on", //打开行号
"editor.quickSuggestions": {
//开启自动显示建议
"other": true, // 写代码的时候启用代码块提示
"comments": false, // 写注释的时候也可以提示代码块
"strings": true // 写字符串的时候也启用代码块
},
"javascript.format.insertSpaceBeforeFunctionParenthesis": true, //让函数(名)和后面的括号之间加个空格
"workbench.iconTheme": "vscode-icons", // 默认工作台图标,需先下载这个插件
"bracketPairColorizer.depreciation-notice": false, // 显示通知扩展已弃用
"vsicons.dontShowNewVersionMessage": true,
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"workbench.startupEditor": "none",
"vetur.format.defaultFormatter.js": "vscode-typescript",
"vetur.format.defaultFormatter.css": "none",
"vetur.format.defaultFormatter.html": "prettyhtml",
"vetur.format.defaultFormatter.less": "none",
"vetur.format.defaultFormatter.postcss": "none",
"vetur.format.defaultFormatter.pug": "none",
"vetur.format.defaultFormatter.scss": "none",
"vetur.format.defaultFormatter.ts": "vscode-typescript",
"editor.hover.enabled": false,
"editor.parameterHints.enabled": false,
"security.workspace.trust.untrustedFiles": "open",
"workbench.colorTheme": "One Dark Modern",
"workbench.editorAssociations": {
"*.pdf": "pdf.preview"
},
"emmet.showAbbreviationSuggestions": false,// 新版本消息将不再提示
// power Mode插件的设置,需要先下载这个插件
//动画效果 "particles", "fireworks", "flames", "magic", "clippy", "simple-rift", "exploding-rift"
"powermode.enabled": true, //启动效果
"powermode.presets": "fireworks", //效果
"powermode.enableShake": false // 关闭代码抖动