Describe the bug
Hover the cursor over a function to display the function's help.
For some functions, the Arguments section does not seem to be displayed.
I first found this behavior with shiny::fluidPage(), but when I checked other functions, the same phenomenon seems to occur with ggplot2::geom_bar(), etc.
shiny::fluidPage()'s hover (Arguments section is empty)

shiny::sidebarPanel()'s hover (Correct display)

shiny::fluidPage()'s help page (Correct display)

ggplot2::geom_bar()'s hover (Arguments section is empty)

Environment (please complete the following information):
- OS: Windows + Remote Ubuntu (Docker Container)
- VSCode Version: 1.63.2
- R Version: 4.1.2
- vscode-R version: 2.3.5