Matt Bierner
b3740268a3
Fixing errors
2026-03-08 23:23:29 -07:00
Matt Bierner
89e6741fdb
Update monaco to target lib es2024
...
Follow up on #271145
This aligns monaco with our main tsconfig target. Tries adopting `findLastIndex` to verify
2026-02-03 11:11:15 -08:00
Johannes Rieken
17eb59f146
make responses of chatRequestAccess proposal easier to consume and digest ( #195479 )
...
* make responses of `chatRequestAccess` proposal easier to consume and digest
* allow same modern JS in API as in the rest
2023-10-12 11:49:32 -07:00
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
Johannes Rieken
9254a8cd27
move vscode.d.ts and vscode.proposed.d.ts into src/vscode-dts-folder, https://github.com/microsoft/vscode/issues/131165
2021-11-09 15:00:03 +01:00
Johannes Rieken
96d0426174
add vscode-dts-compile-check to ensure that vscode.d.ts is self-contained, esp that it doesn't depend on vscode.proposed.d.ts, and that uses es5 only
2021-07-19 11:57:42 +02:00