diff --git a/extensions/vscode-api-tests/src/index.ts b/extensions/vscode-api-tests/src/index.ts index 984d15dafc5b52da8d0dada466a7c69ef694ed5a..95222d49383fc76e433b2ad3e79b7425e39ddf18 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;