coder / code-server

VS Code in the browser
https://coder.com
MIT License
66.47k stars 5.45k forks source link

Have not go to definition in the mouse right key #6816

Closed gabrielpondc closed 1 month ago

gabrielpondc commented 1 month ago

Is there an existing issue for this?

OS/Web Information

Steps to Reproduce

  1. open code-server in Safari
  2. choose python file
  3. pause the mouse right key

Expected

image

Actual

image

Logs

No response

Screenshot/Video

No response

Does this bug reproduce in native VS Code?

No, this works as expected in native VS Code

Does this bug reproduce in GitHub Codespaces?

No, this works as expected in GitHub Codespaces

Are you accessing code-server over a secure context?

Notes

No response

zengziru commented 1 month ago

I have the same question!

code-asher commented 1 month ago

Does it work if you use a secure context? I wonder if this is one of those features that use a service worker, which only work in secure contexts.

Are there any errors in the browser console or in the extension host logs?

gabrielpondc commented 1 month ago

Sorry, I didn't notice the secure context option before. I have now used a secure context, but it still doesn't work.

code-asher commented 1 month ago

Ah OK. Did you see any errors in the logs?

I tried to reproduce by installing the Python extension and then creating a Python file but it is working for me.

I am using Firefox though. :thinking:

gabrielpondc commented 1 month ago

There are no errors in the logs also, But i have installed the code tunnel before, I am not sure that is it reason due to this problem but every thing that work for code-server i deleted and reinstall the code server and Python extension and then creating a Python file it's works