-
Notifications
You must be signed in to change notification settings - Fork 5.9k
'Go to definition' is not working at C/C++ #1328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sounds like a bug to me. You should be allowed to use go to definition in usermode. |
As far as I can tell, this is a permissions issue, not a bug with code-server. |
We need a better spot for questions. |
Thanks you, I solved this problem. |
Gave all the permissions. Doesn't work. This is a code server issue. |
Hmm...I'm not sure what would be causing this. We'd have to dig in. |
When I run the exe code(.code-server) as non-sudo, the option of 'Go to definition' not working. But, when I run it as sudo, 'Go to definition' is working well but cannot set the password by writting on the bashrc(export PASSWORD='aaa').
(OS - Ubuntu 18.04/16.04)
could you help me?
The text was updated successfully, but these errors were encountered: