mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Remove a few more extension d.ts files that are not needed
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
"postinstall": "node ./node_modules/vscode/bin/install"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^2.2.38",
|
||||
"@types/node": "^7.0.4",
|
||||
"typescript": "^1.6.2",
|
||||
"vscode": "1.0.1"
|
||||
|
||||
+1
-1
@@ -3,5 +3,5 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
/// <reference path='../../../../src/typings/mocha.d.ts'/>
|
||||
/// <reference path='../../node_modules/@types/mocha/index.d.ts'/>
|
||||
/// <reference path='../../node_modules/@types/node/index.d.ts'/>
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
declare function run(): void;
|
||||
|
||||
declare function suite(name: string, fn: (err?) => void);
|
||||
declare function test(name: string, fn: (done?: (err?) => void) => void);
|
||||
declare function suiteSetup(fn: (done?: (err?) => void) => void);
|
||||
declare function suiteTeardown(fn: (done?: (err?) => void) => void);
|
||||
declare function setup(fn: (done?: (err?) => void) => void);
|
||||
declare function teardown(fn: (done?: (err?) => void) => void);
|
||||
Reference in New Issue
Block a user