Commit Graph

6 Commits

Author SHA1 Message Date
Matt Bierner
001d52cf6b Add Symbol.iterator functions for vscode.d.ts collection types (#151806)
* Add entries functions for vscode.d.ts collection types

Fixes #151802

* Spelling

* Enable lib.iterable in vscode.d.ts

* Switch to use `Symbol.iterator` instead of `entries`

* Use extends Iterable in more places

* Fixing testItemCollection types

* Fixing exthost testing
2022-06-15 16:29:50 +00:00
Connor Peet
c39c600ff4 testing: fix comp error 2022-03-30 16:01:45 -07:00
Connor Peet
14a318068c testing: disentangle test item collection from exthost for use in tests
Fixes #141921
2022-03-30 14:57:46 -07:00
Connor Peet
0a94615cd3 testing: update for compile error 2022-03-02 22:14:21 -08:00
Connor Peet
1e41d52904 testing: refactor to avoid complex object in ext host comms
For #140975
2022-02-07 15:37:02 -08:00
Benjamin Pasero
7cde8b945f move API tests (#140993) (#141056) 2022-01-20 13:41:35 +01:00