-
Notifications
You must be signed in to change notification settings - Fork 5.9k
How to run locally after clone for development mode? #735
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
Comments
After installing You can find the binary in |
ddezoysa@vm-ddezoysa:~/code-server$ yarn start /home/ddezoysa/code-server/packages/server/node_modules/ts-node/src/index.ts:261
TSError: ⨯ Unable to compile TypeScript:
error Command failed with exit code 1.
How to get the code running in developer mode to do some enhancements without building and running in production mode? |
Oh, my bad. Try this:
Then you can run the produced binary in the |
Tried.Its working. Thanks. Could you please share detailed structure of this project? I couldn't even find the starting point of this. Also, not sure from where how the VSCode view is generating. Please help here to share some kind of porject structure. It would be easy on me to start working on this asap. |
Keep in mind we don't directly submodule or keep our own copy of the vscode repository, we use a patchfile to insert our changes. I forgot how to generate your patchfiles but the developers at Discord will walk you through on how to submit a modification to the patchfile @mukeshkmr776 . |
Exactly! You got my point. I am looking for that. I want to see the diff just to be aware what exactly we have changed to make it live on http/s. Please help. Connect me with right person. @sr229 |
I think we should wait for GH-795 since its going to be easier to work with the codebase. |
Make sure your Node version is v10.15.1, as this is the version we use when building nbin and code-server. |
The new README provides all the steps required to start development. 🎉 Let me know if anything is unclear. |
It's not spelled out explicitly in the dependencies, but it's mentioned as a step here: coder/code-server#735 (comment)
libsecret is not spelled out explicitly in the dependencies, but it's mentioned as a step here: coder/code-server#735 (comment) pkg-config was found as a required dep by CI
libsecret is not spelled out explicitly in the dependencies, but it's mentioned as a step here: coder/code-server#735 (comment) X11 dependencies were also found by CI
libsecret is not spelled out explicitly in the dependencies, but it's mentioned as a step here: coder/code-server#735 (comment) X11 dependencies were also found by CI
libsecret is not spelled out explicitly in the dependencies, but it's mentioned as a step here: coder/code-server#735 (comment) X11 dependencies were also found by CI
Description
Please provide clear steps on how to run this project (after git clone) from local.
I saw #17 #335 #430 #555 #571, but no clear steps were ever mentioned. If there is any document for the same, please give me a link.
Related Issues
I had a look in package.json which is placed in root folder of this project.
Tried few steps to start it locally:
My Machine Details:-
Ubuntu - 19.04
LOG- npm-start.log
Screenshot below:

The text was updated successfully, but these errors were encountered: