jest-community / vscode-jest

The optimal flow for Jest based testing in VS Code
MIT License
2.83k stars 291 forks source link

[FEATURE] Run Tests button still visible in folded-code #1139

Closed walston closed 4 months ago

walston commented 5 months ago

Describe the solution you'd like I want the ▶️ button to the left of line-numbers to persist when code folds (see images).

Screenshot 2024-04-12 at 08 22 19 Screenshot 2024-04-12 at 08 21 57

Describe alternatives you've considered None

Additional context N/A

connectdotz commented 5 months ago

Hmm... I can't reproduce your issue. The gutter menu (status/run) stays regardless of code folding. If it doesn't do that in your environment, it might be a bug. Please provide more details of your env so we can further investigate.

walston commented 5 months ago

Certainly,

OS: MacOS Sonoma 14.4.1 VS Code: Version: 1.88.1 Plugin: Orta.vscode-jest

Last released: 2024-04-11, 12:35:23 Last updated: 2024-04-12, 06:15:49 Identifier: orta.vscode-jest

Recording

https://github.com/jest-community/vscode-jest/assets/10055135/7454dd9d-88e5-49f8-9eb3-f0f8b66d1d4b

Please let me know if there's anything else that could help diagnose it.

connectdotz commented 5 months ago

Oh, I see what you mean now. Thanks.

This is not controlled by this extension. cc vscode @connor4312 for insight.

walston commented 5 months ago

Is this an issue I should post on VSCode? or Monaco?

connectdotz commented 5 months ago

@walston Yes I think you should open this issue with vscode directly.

connor4312 commented 4 months ago

Thanks, this is already tracked in https://github.com/microsoft/vscode/issues/187834