mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-27 13:16:59 +00:00
10 lines
645 B
TypeScript
10 lines
645 B
TypeScript
/*---------------------------------------------------------------------------------------------
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
*--------------------------------------------------------------------------------------------*/
|
|
|
|
/// <reference path='../../../../src/vs/vscode.d.ts'/>
|
|
/// <reference path='../../../../src/typings/mocha.d.ts'/>
|
|
/// <reference path='../../../../extensions/node.d.ts'/>
|
|
/// <reference path='../../../../extensions/lib.core.d.ts'/>
|
|
/// <reference path='../../../../extensions/declares.d.ts'/>
|