html-to-plaintext
Version:
Converts a block of HTML to plain text, correctly preserving newlines in tricky situations.
16 lines (15 loc) • 372 B
JSON
{
"version": "0.1.0",
"configurations": [
{
"name": "Run mocha",
"type": "node",
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
"stopOnEntry": false,
"cwd": "${workspaceRoot}",
"args": ["--compilers", "js:babel-core/register"],
"runtimeExecutable": null,
"env": { "NODE_ENV": "production"}
}
]
}