Skip to content

vscode-dts: Add LineCommentConfig interface & update lineComment#289457

Merged
aiday-mar merged 3 commits intomicrosoft:mainfrom
hkleungai:update-vscode-dts
Feb 5, 2026
Merged

vscode-dts: Add LineCommentConfig interface & update lineComment#289457
aiday-mar merged 3 commits intomicrosoft:mainfrom
hkleungai:update-vscode-dts

Conversation

@hkleungai
Copy link
Copy Markdown
Contributor

Essentially a followup on a previous PR #243283.

@yCodeTech
Copy link
Copy Markdown

yCodeTech commented Feb 1, 2026

Ping @aeschli, @aiday-mar

Can we get this merged please. There is no reason this PR needs to wait any longer. The changed code is already in production from PR #243283. We just need to update the overall vscode-dts to reflect this change that is nearly 8 months old. This is a really necessary change so that the DefinitelyTyped package can auto-update, and all extension developers can get the updated types.

Fixes DefinitelyTyped/DefinitelyTyped#74372 and #290146

aiday-mar
aiday-mar previously approved these changes Feb 2, 2026
@vs-code-engineering vs-code-engineering bot added this to the February 2026 milestone Feb 2, 2026
aiday-mar
aiday-mar previously approved these changes Feb 3, 2026
@aiday-mar aiday-mar enabled auto-merge (squash) February 3, 2026 16:39
@aiday-mar
Copy link
Copy Markdown
Contributor

@alexr00 could I ask for a review on this PR? Thanks!

@aiday-mar
Copy link
Copy Markdown
Contributor

I removed the null type on the lineComment, so this should be ready to merge I think

@aiday-mar aiday-mar merged commit e7cfb10 into microsoft:main Feb 5, 2026
17 checks passed
*/
comment: string;
/**
* Whether the comment token should not be indented and placed at the first column.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Whether the comment token should not be indented and placed at the first column.
* Whether the comment token should not be indented and instead placed at the first column.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

9 participants