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

Notification is not collapsed by default #44590

Closed
Tyriar opened this issue Feb 27, 2018 · 1 comment
Closed

Notification is not collapsed by default #44590

Tyriar opened this issue Feb 27, 2018 · 1 comment
Assignees
Labels
workbench-notifications Notification widget issues

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)', 'a', 'b');
    vscode.window.showWarningMessage('twoConsectetur enim nostrud quis nisi aliqua qui esse aliquip consectetur aliqua. Lorem consectetur sunt nostrud laboris. Aliqua reprehenderit esse deserunt aute. Anim ut sint et eu cillum proident deserunt et anim sint labore culpa nulla. Veniam mollit sunt dolor non duis exercitation duis amet commodo id eiusmod commodo excepteur sunt. Cupidatat nisi esse reprehenderit cillum consequat excepteur excepteur id est labore. Voluptate ea sint amet quis aute et proident occaecat.', 'c', 'd');
    vscode.window.showInformationMessage('three', 'e', 'f');
    vscode.window.showInformationMessage('four', 'g', 'h');
});

It's not collapsed:

image

@Tyriar Tyriar added the workbench-notifications Notification widget issues label Feb 27, 2018
@vscodebot vscodebot bot added the insiders label Feb 27, 2018
@Tyriar
Copy link
Member Author

Tyriar commented Feb 27, 2018

Oh this is by design because there are buttons

@Tyriar Tyriar closed this as completed Feb 27, 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
workbench-notifications Notification widget issues
Projects
None yet
Development

No branches or pull requests

2 participants