use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files

This commit is contained in:
Johannes Rieken
2021-11-09 15:53:35 +01:00
parent 9254a8cd27
commit 68e819043c
63 changed files with 145 additions and 247 deletions

View File

@@ -3,6 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import 'mocha';
import * as assert from 'assert';
import * as fs from 'fs';
import * as path from 'path';