mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Remove unneeded d.ts files from extensions (#19653)
* Remove unneeded d.ts files from extensions Moves most extensions to use the lib files for the standard library that typescript provides. * Remove a few more node.d.ts references
This commit is contained in:
5
extensions/python/src/typings/ref.d.ts
vendored
5
extensions/python/src/typings/ref.d.ts
vendored
@@ -3,7 +3,4 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
/// <reference path='../../../../src/vs/vscode.d.ts'/>
|
||||
/// <reference path='../../../../extensions/node.d.ts'/>
|
||||
/// <reference path='../../../../extensions/lib.core.d.ts'/>
|
||||
/// <reference path='../../../../extensions/declares.d.ts'/>
|
||||
/// <reference path='../../../../src/vs/vscode.d.ts'/>
|
||||
Reference in New Issue
Block a user