mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
getNode is not needed by the helper module
This commit is contained in:
@@ -4,10 +4,8 @@
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import * as vscode from 'vscode';
|
||||
import { getDeepestNode, findNextWord, findPrevWord } from './util';
|
||||
import { getDeepestNode, findNextWord, findPrevWord, getNode } from './util';
|
||||
import Node from '@emmetio/node';
|
||||
import { getNode } from './vscode-emmet-helper/abbreviationUtil';
|
||||
|
||||
|
||||
export function nextItemStylesheet(startOffset: vscode.Position, endOffset: vscode.Position, editor: vscode.TextEditor, rootNode: Node): vscode.Selection {
|
||||
let currentNode = getNode(rootNode, endOffset, true);
|
||||
|
||||
Reference in New Issue
Block a user