[@types/vscode] The type for lineComment in CommentRule interface is out of date
#74363
Unanswered
yCodeTech
asked this question in
Issues with a @types package
Replies: 2 comments
-
|
Thanks for the discussion about "vscode", some useful links for everyone: Pinging the DT module owners: @microsoft. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I created an issue here: #74372 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As of June 2025, the type for the
lineCommentproperty inCommentRuleinterface was changed and a newLineCommentConfiginterface was introduced in PR microsoft/vscode#243283, specifically commit d9145a2.So the current type of
stringis now out of date. Please could you add the changes accordingly.Beta Was this translation helpful? Give feedback.
All reactions