From 952f77d057913c81353fba223572b57dbf0f2dc2 Mon Sep 17 00:00:00 2001 From: Josh Ghiloni Date: Wed, 13 May 2026 19:15:09 -0400 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=A4=96=20Merge=20PR=20#74989=20Add=20?= =?UTF-8?q?missing=20event=20name=20to=20@types/list.js=20event=20union=20?= =?UTF-8?q?by=20@jghiloni?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/list.js/index.d.ts | 1 + types/list.js/list.js-tests.ts | 1 + 2 files changed, 2 insertions(+) diff --git a/types/list.js/index.d.ts b/types/list.js/index.d.ts index 2c169540f6b36c..ee4f58dc5e97eb 100644 --- a/types/list.js/index.d.ts +++ b/types/list.js/index.d.ts @@ -74,6 +74,7 @@ declare namespace List { type Event = | "updated" + | "parseComplete" | "filterStart" | "filterComplete" | "searchStart" diff --git a/types/list.js/list.js-tests.ts b/types/list.js/list.js-tests.ts index 02f190735ae950..0016f9529da7ff 100644 --- a/types/list.js/list.js-tests.ts +++ b/types/list.js/list.js-tests.ts @@ -60,6 +60,7 @@ list.on("searchComplete", list => {}); list.on("sortStart", list => {}); list.on("sortComplete", list => {}); list.on("updated", list => {}).clear(); +list.on("parseComplete", list => {}) // @ts-expect-error list.on("invalid", list => {}); From c87e87cbbd6fd333f63c2a108daacbd98a1b7e71 Mon Sep 17 00:00:00 2001 From: TypeScript Bot Date: Wed, 13 May 2026 23:16:36 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=A4=96=20dprint=20fmt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/list.js/list.js-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/list.js/list.js-tests.ts b/types/list.js/list.js-tests.ts index 0016f9529da7ff..f405247d3b598a 100644 --- a/types/list.js/list.js-tests.ts +++ b/types/list.js/list.js-tests.ts @@ -60,7 +60,7 @@ list.on("searchComplete", list => {}); list.on("sortStart", list => {}); list.on("sortComplete", list => {}); list.on("updated", list => {}).clear(); -list.on("parseComplete", list => {}) +list.on("parseComplete", list => {}); // @ts-expect-error list.on("invalid", list => {}); From 3c0b15fc1e4e9a3ab449e463673b3c33355c9e85 Mon Sep 17 00:00:00 2001 From: Robo Date: Wed, 13 May 2026 16:38:17 -0700 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=A4=96=20Merge=20PR=20#74995=20chore:?= =?UTF-8?q?=20update=20@types/vscode=20for=201.120=20by=20@deepak1556?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/vscode/index.d.ts | 4 +++- types/vscode/package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/types/vscode/index.d.ts b/types/vscode/index.d.ts index 939771aa5e8691..152f9dd3f9af24 100644 --- a/types/vscode/index.d.ts +++ b/types/vscode/index.d.ts @@ -4,7 +4,7 @@ *--------------------------------------------------------------------------------------------*/ /** - * Type Definition for Visual Studio Code 1.118 Extension API + * Type Definition for Visual Studio Code 1.120 Extension API * See https://code.visualstudio.com/api for more information */ @@ -12254,6 +12254,8 @@ declare module 'vscode' { /** * Get the children of `element` or root if no element is passed. * + * *Note:* The result is not mutated by the API consumer; readonly arrays may be cast to `T[]`. + * * @param element The element from which the provider gets children. Can be `undefined`. * @returns Children of `element` or root if no element is passed. */ diff --git a/types/vscode/package.json b/types/vscode/package.json index d9c8e51265acd1..abf06559331a4d 100644 --- a/types/vscode/package.json +++ b/types/vscode/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@types/vscode", - "version": "1.118.9999", + "version": "1.120.9999", "nonNpm": "conflict", "nonNpmDescription": "TypeScript definitions for the Visual Studio Code Extension API", "projects": [