Revert "Fix #73803"

This reverts commit 67e6aef0c8.
This commit is contained in:
Pine Wu
2020-03-06 00:30:14 -08:00
parent a8ff40791d
commit 2362584a62
23 changed files with 10625 additions and 481 deletions

View File

@@ -76,6 +76,7 @@
"languages": [
"markdown"
],
"configurationAttributes": {
"launch": {
"required": [
@@ -120,6 +121,7 @@
"@types/node": "^12.11.7",
"mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7",
"typescript": "^1.6.2"
"typescript": "^1.6.2",
"vscode": "1.1.5"
}
}