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

Scroll bar in the snippet description covers content in v 1.22.10352.0 #18545

Open
matteocoder opened this issue Feb 9, 2025 · 2 comments
Open
Labels
Area-UserInterface Issues pertaining to the user interface of the Console or Terminal Help Wanted We encourage anyone to jump in on these. Issue-Bug It either shouldn't be doing this or needs an investigation. Product-Terminal The new Windows Terminal.

Comments

@matteocoder
Copy link

Windows Terminal version

1.22.10352.0

Windows build number

10.0.26100.0

Other Software

No response

Steps to reproduce

  1. Define a snippet as:
{
  "command": {
    "action": "sendInput",
    "input": "exiftool -@ \"$EXIFTOOL_HOME/§\" §"
  },
  "name": "Read options from file",
  "description": "Reads a list of option from the specified file. The file contains one argument per line (NOT one option per line -- some options require additional arguments, and all arguments must be placed on separate lines). Blank lines and lines beginning with # are ignored (unless they start with #[CSTR], in which case the rest of the line is treated as a C string, allowing standard C escape sequences such as '\n' for a newline). White space at the start of a line is removed. Normal shell processing of arguments is not performed, which among other things means that arguments should not be quoted and spaces are treated as any other character."
}

in the actions sections of your settings.json

  1. Open a new terminal, and invoke the suggestions with Ctrl+Shift+.
  2. Search for the snippet above and view the description.

Expected Behavior

The scrollbar in the description field should be out of the way of the content.

Actual Behavior

Image

The scrollbar overlaps with the content.

@matteocoder matteocoder added Issue-Bug It either shouldn't be doing this or needs an investigation. Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Feb 9, 2025
@matteocoder matteocoder changed the title Scroll bar in the snippet description covers content Scroll bar in the snippet description covers content in v 1.22.10352.0 Feb 9, 2025
@hyuksinja
Copy link

I will work on this issue.

@matteocoder
Copy link
Author

@hyuksinja thank you for your quick reply! I can't wait to see your work.

@carlos-zamora carlos-zamora added Area-UserInterface Issues pertaining to the user interface of the Console or Terminal Product-Terminal The new Windows Terminal. and removed Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Feb 26, 2025
@carlos-zamora carlos-zamora added this to the Terminal v1.24 milestone Feb 26, 2025
@carlos-zamora carlos-zamora added the Help Wanted We encourage anyone to jump in on these. label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-UserInterface Issues pertaining to the user interface of the Console or Terminal Help Wanted We encourage anyone to jump in on these. Issue-Bug It either shouldn't be doing this or needs an investigation. Product-Terminal The new Windows Terminal.
Projects
None yet
Development

No branches or pull requests

3 participants