VSCode拡張 #
vsce #
vsce package
markdown-it #
validate(string) : boolean render : string
https://github.com/executablebooks/markdown-it-docutils
Output console #
//Create output channel
const orange = vscode.window.createOutputChannel("Orange")
//Write to output.
orange.appendLine("I am a banana.")
orange.show()