-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Description
OS/Web Information
- Web Browser:Chrome
- Local OS:mac
- Remote OS:Ubuntu
- Remote Architecture:
code-server --version
:v3.9.3
Steps to Reproduce
1.when I put the cursor on the function to look up the function args
2.Or click on the function name to go to definition
Expected
qucikly show the definitions
Actual
everytime I restart the codeserver, it work once.But after once 'loading.... 'appears when I put the cursor on the function.And a progress bar appears when i click on the function.Then it stucks and shows nothing.
Screenshot
Notes
I have the same question on my vscode to remote to my own machine. have fixed it by install pylance and set it the python server althoug the speed is still a little slow.But it doesn't work for codeserver, and code-server doesn't have pylance extentions online. I installed it offline by downloading from the web.
Also solvments about typescript@next doesn't work for me either.
By the way, I am using codeserver on company's machine which has , everytime when I start code server, it shows
This issue can be reproduced in VS Code: Yes