|
I have installed code-server using npm on alpine, I wanted to ask how could I change these path? |
Answered by
jsjoeio
Sep 27, 2021
Replies: 1 comment
|
If you run That should be what you're looking for! |
0 replies
Answer selected by
jsjoeio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you run
code-server --help, you'll see the available options. One of those is--configwhich is "Path to yaml config file".That should be what you're looking for!