Where to locate #3235
Where to locate
#3235
-
I tried to run vscode on my android phone but I can't locate configs.yaml where the password is stored. Can anyone help me locate configs.yaml so I can see my default password and login to codeserver. Thanks! :) |
Beta Was this translation helpful? Give feedback.
Answered by
nooobcoder
Apr 27, 2021
Replies: 1 comment
-
First, browse to this directory Please post any updates you have, thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jsjoeio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, browse to this directory
cd ~/.config/code-server/
and do list all files in the directory
ls -a
If config.yaml does not exist create it with some util tools like
vim
nano
echo
Also, you can create the file first by using,
touch config.yaml
@Ocim069Please post any updates you have, thank you.