Skip to content

Commit 02fd104

Browse files
disable minimap for markdown
1 parent 9820cd6 commit 02fd104

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"[markdown]": {
44
"editor.fontSize": 14,
55
"editor.wordWrap": "off",
6-
"files.trimTrailingWhitespace": false
6+
"files.trimTrailingWhitespace": false,
7+
"editor.minimap.enabled": false
78
},
89
// "liveServer.settings.proxy": {
910
// "enable": true,

0 commit comments

Comments
 (0)