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

Documentation popup is cropped #1237

Open
songyang-dev opened this issue Dec 3, 2024 · 0 comments
Open

Documentation popup is cropped #1237

songyang-dev opened this issue Dec 3, 2024 · 0 comments

Comments

@songyang-dev
Copy link

Code editor

VS Code

Platform

MacOS Sequoia 15.1.1

Version

v1.43.0 (from the marketplace)

What steps will reproduce the bug?

In any Bash file, start to type a common bash command. You will see that the documentation is cropped in the box.

[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
[[ -f "$HOME/.bashrc" ]] && source ~/.bashrc

# Aliases
al

How often does it reproduce? Is there a required condition?

All the time.

What is the expected behavior?

The documentation window is sized and positioned properly. Alternatively, the documentation content should be word wrapped.

What do you see instead?

Screenshot 2024-12-03 at 1 11 05 PM

Additional information

[Warn  - 1:13:53 PM] 18:13:53.153 WARNING ⛔️ Environment variable configuration is being deprecated, please use workspace configuration. The following environment variables were used: shfmt
[Warn  - 1:13:53 PM] 18:13:53.170 WARNING ⛔️ file:///Users/songyang/.bash_profile line 1: non-constant source not supported
[Warn  - 1:13:53 PM] 18:13:53.170 WARNING ⛔️ file:///Users/songyang/.bash_profile line 2: failed to resolve path
[Info  - 1:13:53 PM] 18:13:53.171 INFO BackgroundAnalysis: resolving glob "**/*@(.sh|.inc|.bash|.command)" inside "file:///Users/songyang/Documents/Outlier"...
[Info  - 1:13:53 PM] 18:13:53.177 INFO BackgroundAnalysis: Glob resolved with 1 files after 0.006 seconds
[Info  - 1:13:53 PM] 18:13:53.180 INFO BackgroundAnalysis: Completed after 0.009 seconds.
[Warn  - 1:13:53 PM] 18:13:53.675 WARNING ⛔️ ShellCheck: disabling linting as no executable was found at path 'shellcheck'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant