mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
Don't import from node in extensions for URL and TextEncoder
Fixes #90162
Follow up on b1c5e2f19b
This commit is contained in:
@@ -5,4 +5,6 @@
|
||||
|
||||
/// <reference path="../../../../src/vs/vscode.d.ts" />
|
||||
/// <reference path="../../../../src/vs/vscode.proposed.d.ts" />
|
||||
/// <reference path="../../../types/lib.textEncoder.d.ts" />
|
||||
/// <reference path="../../../types/lib.url.d.ts" />
|
||||
/// <reference types='@types/node'/>
|
||||
|
||||
Reference in New Issue
Block a user