Thanks to visit codestin.com
Credit goes to github.com

Skip to content

'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

Closed
zed654 opened this issue Feb 3, 2020 · 7 comments
Closed

'Go to definition' is not working at C/C++ #1328

zed654 opened this issue Feb 3, 2020 · 7 comments

Comments

@zed654
Copy link

zed654 commented Feb 3, 2020

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?

@zed654 zed654 added the question label Feb 3, 2020
@sr229
Copy link
Contributor

sr229 commented Feb 3, 2020

Sounds like a bug to me. You should be allowed to use go to definition in usermode.

@sr229 sr229 added bug Something isn't working and removed question labels Feb 3, 2020
@nhooyr nhooyr added needs-investigation and removed bug Something isn't working labels Feb 3, 2020
@nhooyr
Copy link
Contributor

nhooyr commented Feb 3, 2020

As far as I can tell, this is a permissions issue, not a bug with code-server.

@nhooyr nhooyr closed this as completed Feb 3, 2020
@nhooyr
Copy link
Contributor

nhooyr commented Feb 3, 2020

We need a better spot for questions.

@nhooyr
Copy link
Contributor

nhooyr commented Feb 3, 2020

#1331

@zed654
Copy link
Author

zed654 commented Feb 3, 2020

Thanks you, I solved this problem.
At the path of '~/.local/share/code-server', I granted permission by using 'sudo chmod 777 -R'
(sudo chmod 777 -R ~/.local/share/code-server)

@Ambrodu
Copy link

Ambrodu commented Nov 23, 2022

Gave all the permissions. Doesn't work. This is a code server issue.

@jsjoeio
Copy link
Contributor

jsjoeio commented Nov 30, 2022

Hmm...I'm not sure what would be causing this. We'd have to dig in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants