-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Bash builtins don't show Enhanced Documentation Support #241927
Comments
Related: #241822 |
Would be great if you can find a repro for when this doesn't work. |
@meganrogge when it happens I always see the file path, so it seems like entries off PATH are taking priority over builtins, I think what we actually want to do here is always take the builtin instead. |
The logic already works to have the builtin preferred over the executable. I think this suggests there's a case when the builtins are not able to be found/ there's an error in fetching them. |
The order in which we add builtins/executables make it impossible for the executable to override the builtin. Thus why I think in this edge case, there's a problem fetching builtins. vscode/extensions/terminal-suggest/src/terminalSuggestMain.ts Lines 110 to 111 in a5636db
vscode/extensions/terminal-suggest/src/terminalSuggestMain.ts Lines 244 to 265 in a5636db
|
When you see this, I expect an error like |
Will add logs #242076 to help |
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
Testing #241749
Following
3: Enhanced Documentation Support
from TPI.The text was updated successfully, but these errors were encountered: