mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
[css/json/html] update lsp, services & dependencies
This commit is contained in:
@@ -15,7 +15,7 @@ export function getHTMLMode(htmlLanguageService: HTMLLanguageService, workspace:
|
||||
getId() {
|
||||
return 'html';
|
||||
},
|
||||
getSelectionRanges(document: TextDocument, positions: Position[]): SelectionRange[][] {
|
||||
getSelectionRanges(document: TextDocument, positions: Position[]): SelectionRange[] {
|
||||
return htmlLanguageService.getSelectionRanges(document, positions);
|
||||
},
|
||||
doComplete(document: TextDocument, position: Position, settings = workspace.settings) {
|
||||
|
||||
Reference in New Issue
Block a user