提交 ea101fea 编写于 作者: K kieferrm

re-contribute configuration option; fixes #7832

上级 faf853a2
......@@ -91,7 +91,18 @@
"snippets": [{
"language": "markdown",
"path": "./snippets/markdown.json"
}]
}],
"configuration": {
"type": "object",
"title": "Markdown preview configuration",
"properties": {
"markdown.styles": {
"type": "array",
"default" : null,
"description": "A list of URLs or local paths to CSS style sheets to use from the markdown preview."
}
}
}
},
"scripts": {
"vscode:prepublish": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:markdown ./tsconfig.json"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册