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 4
4
*--------------------------------------------------------------------------------------------*/
5
5
6
6
import * as vscode from 'vscode' ;
7
-
8
7
import {
9
8
CompletionItem ,
10
9
CompletionList ,
11
10
CompletionParams ,
12
11
CompletionTriggerKind ,
13
12
InsertReplaceEdit ,
14
13
InsertTextMode ,
14
+ MarkupContent ,
15
15
Position ,
16
+ Range ,
16
17
RequestType ,
17
18
TextEdit ,
18
19
} from 'vscode-languageclient' ;
@@ -25,7 +26,6 @@ import { SerializableDelegatedCompletionParams } from './serializableDelegatedCo
25
26
import { SerializableDelegatedCompletionItemResolveParams } from './serializableDelegatedCompletionItemResolveParams' ;
26
27
import { LanguageKind } from '../rpc/languageKind' ;
27
28
import { UriConverter } from '../../../lsptoolshost/uriConverter' ;
28
- import { MarkupContent , Range } from 'vscode-html-languageservice' ;
29
29
30
30
export class CompletionHandler {
31
31
private static readonly completionEndpoint = 'razor/completion' ;
You can’t perform that action at this time.
0 commit comments