when I finish change the source code, then how can i start to use it? #4001
Answered
by
code-asher
qigeqigeqi
asked this question in
Q&A
|
i want to annotate some function, then i change the source code, how can i use the changed code-server? Thx!!!!! |
Answered by
code-asher
Aug 23, 2021
Replies: 3 comments 6 replies
|
There might be a way to build code-server from yarn, but it's unlikely, as they have strange methods of building it. but i think @jsjoeio knows. |
6 replies
|
If you are editing a build/distribution of code-server you can just restart code-server. But if you are editing the repository source then you'll need to build a new code-server from it. You can find information on how to do this here: https://github.com/cdr/code-server/blob/main/docs/CONTRIBUTING.md#development-workflow |
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 are editing a build/distribution of code-server you can just restart code-server.
But if you are editing the repository source then you'll need to build a new code-server from it. You can find information on how to do this here: https://github.com/cdr/code-server/blob/main/docs/CONTRIBUTING.md#development-workflow