Update service and adopt HTML provider interface

This commit is contained in:
Pine Wu
2019-01-27 22:22:50 -08:00
parent 1b57516818
commit 3815bb15fd
7 changed files with 49 additions and 53 deletions

View File

@@ -1,10 +0,0 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import { HTMLData } from 'vscode-html-languageservice';
export function parseHTMLData(source: string): HTMLData {
return JSON.parse(source);
}