'go to function definition' very slow and stuck
See original GitHub issueOS/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
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (4 by maintainers)
I wonder if service workers are required for the goto functionality. If that’s the case the SSL issue will need to be resolved to get this working.
It’s strange that it works once. You were able to replicate this in local VS Code?
You could try launching chrome with
chrome --ignore-certificate-errors
just to see if the certificate is causing the issue.