Vscode workspace cannot show detail julia function

When I updated vscode and julia, the vscode workspace cannot show detail function, I don’t know what’s wrong with the settings.
All subfunction show “unknown”, as shown in the diagram

After many tests, let me answer this question and hopefully give some help to others.
The main problem is the julia version, if it is 1.8.3, the above content can be displayed normally, replace it with 1.10 or above can not be displayed. I guess it’s a problem of julia extension in VScode. I now change back to julia extension v1.120, julia v1.8.3, everything can be displayed normally.