vscode settings

text
{

  // markdown preview by default
  "workbench.editorAssociations": {
    "*.md": "vscode.markdown.preview.editor"
  }
}