Added theme image support to the markdown preview (#137820)

This commit is contained in:
Jonathan Carter
2021-12-06 18:06:02 -08:00
committed by GitHub
parent 4fb22d76cf
commit 1921071835
2 changed files with 7 additions and 0 deletions

View File

@@ -64,6 +64,9 @@
"contents": "%welcome.publishWorkspaceFolder%",
"when": "config.git.enabled && git.state == initialized && workbenchState == workspace && workspaceFolderCount != 0"
}
],
"markdown.previewStyles": [
"./markdown.css"
]
},
"scripts": {