quarto-dev / quarto

Quarto open-source scientific and technical publishing system
https://quarto.org
GNU Affero General Public License v3.0
280 stars 19 forks source link

Preview toolbar button in VS Code looks weird #387

Closed cbrnr closed 4 months ago

cbrnr commented 4 months ago

Since the latest VS Code update (1.87.0), the Preview button in the toolbar (top right by default) spans two lines and includes its keyboard shortcut:

Screenshot 2024-02-29 at 08 29 04

This is on the latest version of the Quarto extension v1.110.1.

mcanouil commented 4 months ago

The tooltip is indeed added as text in the button. I am not entirely sure that's on the extension though.

jjallaire commented 4 months ago

Fixed here (https://github.com/quarto-dev/quarto/commit/55b895015ba207e95f9a332304989e3520ea91b6) and published as version 1.111.0

mcanouil commented 4 months ago

For reference mostly, the screenshot of the new behaviour/UI:

image