Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

comment dont have default placeholder #234060

Closed
hualiangcong opened this issue Nov 18, 2024 · 3 comments · Fixed by #234105
Closed

comment dont have default placeholder #234060

hualiangcong opened this issue Nov 18, 2024 · 3 comments · Fixed by #234105
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug comments Comments Provider/Widget/Panel issues unreleased Patch has not yet been released in VS Code Insiders
Milestone

Comments

@hualiangcong
Copy link

https://github.com/microsoft/vscode-extension-samples/blob/main/comment-sample/src/extension.ts
vsCode version: 1.94.2
Image

Copy link

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.95.3. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!

@hualiangcong
Copy link
Author

Image
Image

The issue still exists in version 1.95.3~

@hualiangcong
Copy link
Author

Add a question:auto focus is lose efficacy in lastest version
const thread = this.commentController.createCommentThread(
editor.document.uri,
range,
[usageComment]
);
thread.label = '';
thread.canReply = false;
thread.collapsibleState = vscode.CommentThreadCollapsibleState.Expanded;

refer to: #214661

@alexr00 alexr00 added bug Issue identified by VS Code Team member as probable bug comments Comments Provider/Widget/Panel issues labels Nov 18, 2024
@alexr00 alexr00 added this to the November 2024 milestone Nov 18, 2024
alexr00 added a commit that referenced this issue Nov 18, 2024
@vs-code-engineering vs-code-engineering bot added the unreleased Patch has not yet been released in VS Code Insiders label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug comments Comments Provider/Widget/Panel issues unreleased Patch has not yet been released in VS Code Insiders
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants