[html] Request textDocument/rangeFormatting failed when pasting inside script tags. Fixes #35698

This commit is contained in:
Martin Aeschlimann
2017-11-20 11:01:51 +01:00
parent 93706d88c1
commit b520c8f1ca
7 changed files with 19 additions and 16 deletions

View File

@@ -23,7 +23,7 @@ import * as nls from 'vscode-nls';
nls.config(process.env['VSCODE_NLS_CONFIG']);
namespace TagCloseRequest {
export const type: RequestType<TextDocumentPositionParams, string, any, any> = new RequestType('html/tag');
export const type: RequestType<TextDocumentPositionParams, string | null, any, any> = new RequestType('html/tag');
}
// Create a connection for the server