code-server icon indicating copy to clipboard operation
code-server copied to clipboard

Have not go to definition in the mouse right key

Open gabrielpondc opened this issue 1 year ago • 4 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

OS/Web Information

  • Web Browser: Safari
  • Local OS: Ubuntu 24.04
  • Remote OS: Mac os 14.05
  • Remote Architecture:
  • code-server --version:

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?

  • [x] I am using a secure context.

Notes

No response

gabrielpondc avatar May 29 '24 08:05 gabrielpondc

I have the same question!

zengziru avatar May 29 '24 14:05 zengziru

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?

code-asher avatar May 29 '24 19:05 code-asher

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

gabrielpondc avatar May 30 '24 00:05 gabrielpondc

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:

code-asher avatar May 30 '24 17:05 code-asher

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

gabrielpondc avatar May 31 '24 02:05 gabrielpondc