Merge branch 'master' into octref/pathCompletion

This commit is contained in:
Pine
2018-03-20 14:25:31 -07:00
committed by GitHub
259 changed files with 3386 additions and 1519 deletions

View File

@@ -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 => {