mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
[json] Allow "json.validate.enable": false in settings / disable JSON validation or error checking. Fixes #114775
This commit is contained in:
@@ -67,7 +67,7 @@ namespace SemanticTokenLegendRequest {
|
||||
|
||||
export interface RuntimeEnvironment {
|
||||
fileFs?: FileSystemProvider;
|
||||
configureHttpRequests?(proxy: string, strictSSL: boolean): void;
|
||||
configureHttpRequests?(proxy: string | undefined, strictSSL: boolean): void;
|
||||
readonly timer: {
|
||||
setImmediate(callback: (...args: any[]) => void, ...args: any[]): Disposable;
|
||||
setTimeout(callback: (...args: any[]) => void, ms: number, ...args: any[]): Disposable;
|
||||
|
||||
Reference in New Issue
Block a user