We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
VS Code
MacOS Sequoia 15.1.1
v1.43.0 (from the marketplace)
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
All the time.
The documentation window is sized and positioned properly. Alternatively, the documentation content should be word wrapped.
[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'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
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?
Additional information
The text was updated successfully, but these errors were encountered: