formatted
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
import { getLanguageService, LanguageService, LanguageSettings, SchemaConfiguration, TextDocument, JSONDocument, Diagnostic, Thenable } from "vscode-json-languageservice";
|
||||
import {
|
||||
getLanguageService,
|
||||
LanguageService,
|
||||
LanguageSettings,
|
||||
SchemaConfiguration,
|
||||
TextDocument,
|
||||
JSONDocument,
|
||||
Diagnostic,
|
||||
Thenable,
|
||||
} from "vscode-json-languageservice";
|
||||
import * as url from "url";
|
||||
import * as data from "../../vscode-settings.json";
|
||||
import { readFileSync } from "fs";
|
||||
|
||||
Reference in New Issue
Block a user