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

@@ -18,10 +18,6 @@ import { getDocumentContext } from './utils/documentContext';
import uri from 'vscode-uri';
import { formatError, runSafe } from './utils/errors';
import * as nls from 'vscode-nls';
nls.config(process.env['VSCODE_NLS_CONFIG']);
namespace TagCloseRequest {
export const type: RequestType<TextDocumentPositionParams, string | null, any, any> = new RequestType('html/tag');
}