Skip to content

Commit

Permalink
disable minimap for markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael-Sundstrom committed Dec 28, 2017
1 parent 9820cd6 commit 02fd104
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"[markdown]": {
"editor.fontSize": 14,
"editor.wordWrap": "off",
"files.trimTrailingWhitespace": false
"files.trimTrailingWhitespace": false,
"editor.minimap.enabled": false
},
// "liveServer.settings.proxy": {
// "enable": true,
Expand Down

4 comments on commit 02fd104

@aamirkhan9420
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please commit

@ym018
Copy link

@ym018 ym018 commented on 02fd104 Mar 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Abhishek254336
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"editor.fontSize": 14,
"editor.wordWrap": "off",
"files.trimTrailingWhitespace": false
"files.trimTrailingWhitespace": false,
"editor.minimap.enabled": false
},
// "liveServer.settings.proxy": {
// "enable": true,

@prabhaupadhyay
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

html

Please sign in to comment.