File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 *--------------------------------------------------------------------------------------------*/
55
66import * as vscode from 'vscode' ;
7-
87import {
98 CompletionItem ,
109 CompletionList ,
1110 CompletionParams ,
1211 CompletionTriggerKind ,
1312 InsertReplaceEdit ,
1413 InsertTextMode ,
14+ MarkupContent ,
1515 Position ,
16+ Range ,
1617 RequestType ,
1718 TextEdit ,
1819} from 'vscode-languageclient' ;
@@ -25,7 +26,6 @@ import { SerializableDelegatedCompletionParams } from './serializableDelegatedCo
2526import { SerializableDelegatedCompletionItemResolveParams } from './serializableDelegatedCompletionItemResolveParams' ;
2627import { LanguageKind } from '../rpc/languageKind' ;
2728import { UriConverter } from '../../../lsptoolshost/uriConverter' ;
28- import { MarkupContent , Range } from 'vscode-html-languageservice' ;
2929
3030export class CompletionHandler {
3131 private static readonly completionEndpoint = 'razor/completion' ;
You can’t perform that action at this time.
0 commit comments