From c8adfcc3f9104cc9dba3c105b6e446ca5689dac5 Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Fri, 20 Jan 2017 09:53:51 +0100 Subject: [PATCH] api tests should require vscode.d.ts from source --- extensions/vscode-api-tests/src/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extensions/vscode-api-tests/src/index.ts b/extensions/vscode-api-tests/src/index.ts index 984d15dafc5..95222d49383 100644 --- a/extensions/vscode-api-tests/src/index.ts +++ b/extensions/vscode-api-tests/src/index.ts @@ -3,6 +3,8 @@ * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ +/// + // // PLEASE DO NOT MODIFY / DELETE UNLESS YOU KNOW WHAT YOU ARE DOING // @@ -25,4 +27,4 @@ testRunner.configure({ timeout: 10000 }); -export = testRunner; \ No newline at end of file +export = testRunner;