mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
eslint - fix linting issues
This commit is contained in:
@@ -57,7 +57,7 @@ export async function testCompletionFor(value: string, expected: { count?: numbe
|
||||
|
||||
let document = TextDocument.create(uri, 'html', 0, value);
|
||||
let position = document.positionAt(offset);
|
||||
const context = getDocumentContext(uri, workspace.folders)
|
||||
const context = getDocumentContext(uri, workspace.folders);
|
||||
|
||||
const languageModes = getLanguageModes({ css: true, javascript: true }, workspace, ClientCapabilities.LATEST, getNodeFSRequestService());
|
||||
const mode = languageModes.getModeAtPosition(document, position)!;
|
||||
|
||||
Reference in New Issue
Block a user