Conversation
|
@HomyeeKing Thank you for submitting this PR! This is a live comment that I will keep updated. 1 package in this PRCode ReviewsThis PR can be merged once it's reviewed by a DT maintainer. You can test the changes of this PR in the Playground. Status
All of the items on the list are green. To merge, you need to post a comment including the string "Ready to merge" to bring in your changes. Diagnostic Information: What the bot saw about this PR{
"type": "info",
"now": "-",
"pr_number": 74140,
"author": "HomyeeKing",
"headCommitOid": "9318ec53b7fb562bebdca61165d9da4c9b0fd2b7",
"mergeBaseOid": "c303b673ad62dd854c4d4df110c4133450420e53",
"lastPushDate": "2025-11-26T11:41:36.000Z",
"lastActivityDate": "2026-01-10T09:00:05.000Z",
"mergeOfferDate": "2026-01-09T18:48:01.000Z",
"mergeRequestDate": "2026-01-10T09:00:05.000Z",
"mergeRequestUser": "HomyeeKing",
"hasMergeConflict": false,
"isFirstContribution": false,
"tooManyFiles": false,
"hugeChange": false,
"popularityLevel": "Popular",
"pkgInfo": [
{
"name": "vscode",
"kind": "edit",
"files": [
{
"path": "types/vscode/index.d.ts",
"kind": "definition"
}
],
"owners": [
"microsoft"
],
"addedOwners": [],
"deletedOwners": [],
"popularityLevel": "Popular"
}
],
"reviews": [
{
"type": "approved",
"reviewer": "andrewbranch",
"date": "2026-01-09T18:47:19.000Z",
"isMaintainer": true
},
{
"type": "approved",
"reviewer": "HolgerJeromin",
"date": "2025-12-09T14:39:06.000Z",
"isMaintainer": false
}
],
"mainBotCommentID": 3580927224,
"ciResult": "pass"
} |
|
Hey @HomyeeKing, 😒 Your PR doesn't modify any tests, so it's hard to know what's being fixed, and your changes might regress in the future. Please consider adding tests to cover the change you're making. Including tests allows this PR to be merged by yourself and the owners of this module. This can potentially save days of time for you! |
|
🔔 @microsoft — please review this PR in the next few days. Be sure to explicitly select |
|
Re-ping @microsoft: This PR has been out for over a week, yet I haven't seen any reviews. Could someone please give it some attention? Thanks! |
|
It has been more than two weeks and this PR still has no reviews. I'll bump it to the DT maintainer queue. Thank you for your patience, @HomyeeKing. (Ping @microsoft.) |
|
@HomyeeKing: Everything looks good here. I am ready to merge this PR (at 9318ec5) on your behalf whenever you think it's ready. If you'd like that to happen, please post a comment saying:
and I'll merge this PR almost instantly. Thanks for helping out! ❤️ (@microsoft: you can do this too.) |
|
Ready to merge |

Please fill in this template.
pnpm test <package to test>.Select one of these and delete the others:
If adding a new definition:
.d.tsfiles generated via--declarationdts-gen --dt, not by basing it on an existing project.tsconfig.jsonshould havenoImplicitAny,noImplicitThis,strictNullChecks, andstrictFunctionTypesset totrue.If changing an existing definition:
package.json.If removing a declaration:
notNeededPackages.json.