mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
Don't import from node in extensions for URL and TextEncoder
Fixes #90162
Follow up on b1c5e2f19b
This commit is contained in:
@@ -15,9 +15,6 @@
|
||||
import * as vscode from 'vscode';
|
||||
|
||||
declare const window: unknown;
|
||||
declare const TextEncoder: any;
|
||||
declare const TextDecoder: any;
|
||||
declare const URL: any;
|
||||
|
||||
const textEncoder = new TextEncoder();
|
||||
const SCHEME = 'memfs';
|
||||
|
||||
Reference in New Issue
Block a user