mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Remove @types/node dep for simple browser
This package does not use any node modules
This commit is contained in:
@@ -7,7 +7,10 @@ import * as vscode from 'vscode';
|
||||
import * as nls from 'vscode-nls';
|
||||
import { SimpleBrowserManager } from './simpleBrowserManager';
|
||||
|
||||
declare const URL: typeof import('url').URL;
|
||||
declare class URL {
|
||||
constructor(input: string, base?: string | URL);
|
||||
hostname: string;
|
||||
}
|
||||
|
||||
const localize = nls.loadMessageBundle();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user