mirror of
https://git.tuxpa.in/a/code-server.git
synced 2025-01-22 23:28:44 +00:00
10 lines
512 B
TypeScript
10 lines
512 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/vs/vscode.proposed.d.ts" />
|
|
/// <reference types='@types/node'/>
|
|
|