更新 settings.json

This commit is contained in:
colin 2024-04-19 14:41:27 +08:00
parent d340d62f9a
commit 2c1ef788f6
1 changed files with 5 additions and 1 deletions

View File

@ -161,5 +161,9 @@
],
"workbench.statusBar.visible": false,
"workbench.activityBar.location": "hidden",
"editor.hover.enabled": false
"editor.hover.sticky": false,
"editor.hover.enabled": false,
"editor.hover.above": false,
"diffEditor.renderMarginRevertIcon": false,
"diffEditor.renderGutterMenu": false,
}