Use the right module
This commit is contained in:
Родитель
f14e36158b
Коммит
b39358a20b
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vscode-emmet-helper",
|
"name": "vscode-emmet-helper",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "Helper to use emmet modules in Visual Studio Code",
|
"description": "Helper to use emmet modules in Visual Studio Code",
|
||||||
"main": "./out/emmetHelper.js",
|
"main": "./out/emmetHelper.js",
|
||||||
"author": "Microsoft Corporation",
|
"author": "Microsoft Corporation",
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
|
|
||||||
import { TextDocument, Position, Range, CompletionItem, CompletionList, TextEdit, InsertTextFormat } from 'vscode-languageserver-types'
|
import { TextDocument, Position, Range, CompletionItem, CompletionList, TextEdit, InsertTextFormat } from 'vscode-languageserver-types'
|
||||||
import { expand, createSnippetsRegistry } from 'vscode-expand-abbreviation';
|
import { expand, createSnippetsRegistry } from '@emmetio/expand-abbreviation';
|
||||||
import * as extract from '@emmetio/extract-abbreviation';
|
import * as extract from '@emmetio/extract-abbreviation';
|
||||||
import * as path from 'path';
|
import * as path from 'path';
|
||||||
import * as fs from 'fs';
|
import * as fs from 'fs';
|
||||||
|
|
Загрузка…
Ссылка в новой задаче