Skip to content

Commit

Permalink
更新配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
ElementRef committed Dec 15, 2024
1 parent f3f6288 commit 7abe701
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion conf/vscode.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,12 @@
"wxs"
],
"eslint.quiet": true,
"eslint.rules.customizations": [
{
"rule": "@stylistic/*",
"severity": "off"
}
],
"eslint.trace.server": "off",
"explorer.autoOpenDroppedFile": false,
"explorer.autoRevealExclude": {
Expand Down Expand Up @@ -445,7 +451,7 @@
"git.alwaysShowStagedChangesResourceGroup": true,
"git.autofetch": true,
"git.blame.editorDecoration.enabled": true,
"git.blame.editorDecoration.template": "${subject} ${authorName} ${authorDateAgo}",
"git.blame.editorDecoration.template": "${subject}·${authorName}·${authorDateAgo}",
"git.blame.statusBarItem.enabled": false,
"git.confirmSync": false,
"git.decorations.enabled": true,
Expand Down

0 comments on commit 7abe701

Please sign in to comment.