Add support for Language Packs

This commit is contained in:
Dirk Baeumer
2018-01-25 21:13:24 +01:00
parent c00aeba6e8
commit 04594c864b
73 changed files with 1674 additions and 1115 deletions

View File

@@ -21,9 +21,6 @@ import { formatError, runSafe } from './utils/errors';
import { JSONDocument, JSONSchema, LanguageSettings, getLanguageService, DocumentLanguageSettings } from 'vscode-json-languageservice';
import { getLanguageModelCache } from './languageModelCache';
import * as nls from 'vscode-nls';
nls.config(process.env['VSCODE_NLS_CONFIG']);
interface ISchemaAssociations {
[pattern: string]: string[];
}