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

Link in notification is cutting off rest of message #44591

Closed
Tyriar opened this issue Feb 27, 2018 · 0 comments
Closed

Link in notification is cutting off rest of message #44591

Tyriar opened this issue Feb 27, 2018 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded workbench-notifications Notification widget issues
Milestone

Comments

@Tyriar
Copy link
Member

Tyriar commented Feb 27, 2018

VS Code version: Code - Insiders 1.21.0-insider (1a84a88, 2018-02-27T06:17:53.785Z)
OS version: Linux x64 4.13.0-36-generic


#44319

Run command:

let disposable = vscode.commands.registerCommand('extension.sayHello', () => {
    vscode.window.showErrorMessage('one [website](http://code.visualstudio.com?foo#bar) Non eiusmod proident labore et quis sit tempor do. Et minim excepteur fugiat consectetur magna cillum reprehenderit nulla pariatur ipsum. Minim consequat est nisi laborum duis mollit aliquip in pariatur. Voluptate fugiat adipisicing cillum ullamco minim amet in. Laborum cillum anim tempor deserunt reprehenderit sint. Laboris sint irure officia sit aliqua proident fugiat incididunt in incididunt occaecat esse voluptate.', 'a', 'b');
});

It's cut off:

image

@Tyriar Tyriar added the workbench-notifications Notification widget issues label Feb 27, 2018
@vscodebot vscodebot bot added the insiders label Feb 27, 2018
@bpasero bpasero added the bug Issue identified by VS Code Team member as probable bug label Feb 27, 2018
@bpasero bpasero added this to the February 2018 milestone Feb 27, 2018
@bpasero bpasero closed this as completed Feb 27, 2018
bpasero added a commit that referenced this issue Feb 27, 2018
@gushuro gushuro added the verified Verification succeeded label Feb 28, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Apr 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug verified Verification succeeded workbench-notifications Notification widget issues
Projects
None yet
Development

No branches or pull requests

3 participants