Customizing the UI components #6993
Replies: 3 comments 3 replies
-
But, if you are just experimenting it might be easier to clone VS Code directly (https://github.com/microsoft/vscode) and make your edits there rather than doing it through code-server. code-server wraps VS Code with a web server and applies patches on top with |
Beta Was this translation helpful? Give feedback.
-
Thank You!! As part of my project, i need to make certain edits in the ui components of code-server and build a docker image of it. |
Beta Was this translation helpful? Give feedback.
-
I'm also looking at doing something similar, seems like the way to go is to fork the current version of vscode, fork this repo, point |
Beta Was this translation helpful? Give feedback.
-
Hi there,
I'm new to software development and I'm interested in learning how to customize the UI components of code-server. Could you please point me in the right direction or provide some resources that would be helpful?
i have gone through the code-server's codebase and couldn't find the source code of VScode , in fact the directory lib/vscode is empty.
it would be very helpful, if you could point me to the part of the code-base where i could edit the ui components.
Thank you for your time and assistance.
Beta Was this translation helpful? Give feedback.
All reactions