更新 settings.json
This commit is contained in:
parent
d340d62f9a
commit
2c1ef788f6
|
@ -161,5 +161,9 @@
|
||||||
],
|
],
|
||||||
"workbench.statusBar.visible": false,
|
"workbench.statusBar.visible": false,
|
||||||
"workbench.activityBar.location": "hidden",
|
"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,
|
||||||
}
|
}
|
Loading…
Reference in New Issue