Skip to content

Commit

Permalink
Added settings.json to auto preview readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicDMG authored Jul 20, 2021
1 parent 50df071 commit 9de61c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"workbench.editor.enablePreviewFromCodeNavigation": true,
"workbench.editor.enablePreviewFromQuickOpen": true,
"workbench.editor.enablePreview": true,
"workbench.editorAssociations": {
"*.md": "vscode.markdown.preview.editor"
}
}

0 comments on commit 9de61c0

Please sign in to comment.