mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-01 05:51:32 +01:00
Merge branch 'master' into octref/pathCompletion
This commit is contained in:
@@ -22,7 +22,7 @@ export interface ItemDescription {
|
||||
}
|
||||
|
||||
|
||||
suite('Completions', () => {
|
||||
suite('HTML Completions', () => {
|
||||
|
||||
let assertCompletion = function (completions: CompletionList, expected: ItemDescription, document: TextDocument, offset: number) {
|
||||
let matches = completions.items.filter(completion => {
|
||||
|
||||
Reference in New Issue
Block a user