mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
More prep for moving completion provider out
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
import * as vscode from 'vscode';
|
||||
import { getDeepestNode, findNextWord, findPrevWord } from './util';
|
||||
import Node from '@emmetio/node';
|
||||
import { getNode } from './emmetForVSCode/emmetUtils';
|
||||
import { getNode } from './vscode-emmet-helper/abbreviationUtil';
|
||||
|
||||
|
||||
export function nextItemStylesheet(startOffset: vscode.Position, endOffset: vscode.Position, editor: vscode.TextEditor, rootNode: Node): vscode.Selection {
|
||||
|
||||
Reference in New Issue
Block a user