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

[vscode] text wrapping for run/debug test buttons #13906

Open
ju1ius opened this issue Jan 8, 2023 · 1 comment
Open

[vscode] text wrapping for run/debug test buttons #13906

ju1ius opened this issue Jan 8, 2023 · 1 comment
Labels
A-vscode vscode plugin issues C-support Category: support questions

Comments

@ju1ius
Copy link

ju1ius commented Jan 8, 2023

Hi,

I'm using the rstest library to generate parametrized test cases.
The run/debug test buttons are generated, but they don't wrap at viewport width, and a scrollbar is not shown either:

vscode-ra-fs8

Here we can see that the run/debug buttons for the last two test cases are cut.
Note that the commands are available via the «Show CodeLens commands for current line» action.

It would be nice if the button list could wrap when exceeding the viewport width.

Thanks!

@Veykril
Copy link
Member

Veykril commented Jan 8, 2023

The editor is in charge of rendering those I believe, so this is a VSCode issue.

@Veykril Veykril added A-vscode vscode plugin issues C-support Category: support questions labels Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-vscode vscode plugin issues C-support Category: support questions
Projects
None yet
Development

No branches or pull requests

2 participants