enable integration tests again, cleanup a little of the ///-reference mess, #14059

This commit is contained in:
Johannes Rieken
2016-10-20 12:04:01 +02:00
parent 929d6a5504
commit 093cd8b2a3
6 changed files with 32 additions and 30 deletions

View File

@@ -40,6 +40,7 @@
"postinstall": "node ./node_modules/vscode/bin/install"
},
"devDependencies": {
"typescript": "^1.6.2"
"typescript": "^1.6.2",
"vscode": "1.0.1"
}
}