mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
move vscode.d.ts and vscode.proposed.d.ts into src/vscode-dts-folder, https://github.com/microsoft/vscode/issues/131165
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
* 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 path='../../../../../src/vscode-dts/vscode.d.ts'/>
|
||||
/// <reference path="../../../../../src/vscode-dts/vscode.proposed.d.ts" />
|
||||
|
||||
Reference in New Issue
Block a user