Commit Graph

58 Commits

Author SHA1 Message Date
Asher
7389d9e2cb
Use current URL for webview 2019-08-12 10:23:08 -05:00
Asher
ba7285192c
Update VS Code to 1.37.0 2019-08-09 19:23:41 -05:00
Asher
d4ed2efa71
Change default port to 8080 2019-08-08 11:21:45 -05:00
Asher
712274d912
Groundwork for language support
- Implement the localization service.
- Use the proper build process which generates the require JSON files.
- Implement getting the locale and language configuration.
2019-08-02 19:29:00 -05:00
Asher
60ed0653bc
Reformat readme intro 2019-07-31 17:22:19 -05:00
Asher
bce0cac48f
Document recent VS Code patch changes 2019-07-31 17:22:18 -05:00
Asher
329acbb251
Combine main and webview servers 2019-07-23 19:22:10 -05:00
Asher
fd55139c82
Make flags additive and clean up docs
This means that you have to turn on features now instead of disabling
them like auth and https.

In addition:
- Allow multiple options for auth (only password for now).
- Combine the install docs since they had many commonalities and
- generally simplified them (hopefully not too much).
- Move all example configs into docs/examples.
2019-07-23 18:59:39 -05:00
Asher
436ef7bd5c
Fix VS Code version in readme and describe our changes 2019-07-22 18:01:46 -05:00
Kyle Carberry
078af59fd8 Replace demo image with GIF (#863) 2019-07-22 10:21:15 -05:00
Asher
36b8731cfe
Add some missing development steps 2019-07-19 18:45:13 -05:00
Asher
b6fdb7d0e7
Telemetry 2019-07-18 18:09:20 -05:00
Asher
9446cc8245
Update Dockerfile 2019-07-18 18:09:15 -05:00
Asher
8dcc1e3567
Accept argument to change initial working directory 2019-07-18 18:09:13 -05:00
Asher
97167e75ff
Add authentication 2019-07-18 18:09:11 -05:00
Asher
2fdf09e6e7
Include version when building 2019-07-18 18:08:37 -05:00
Asher
54ffd1d351
Make extension sidebar work 2019-07-18 18:08:36 -05:00
Asher
a20fa4a97a
Implement extensions channel 2019-07-18 18:08:32 -05:00
Asher
197d8dba93
Need to run yarn compile once
To build the extensions for development.
2019-07-18 18:08:30 -05:00
Asher
5677ff2edf
Add build scripts 2019-07-18 18:08:27 -05:00
Asher
57a8186e88
Add development steps 2019-07-18 18:08:20 -05:00
Asher
4861405683
Initial connection handling 2019-07-18 18:08:13 -05:00
morningspace
e6713db677
Update READE to add know issue for golang debug 2019-07-02 06:37:34 +08:00
Anmol Sethi
72152f74ab
Fix docker oneliner in README.md 2019-05-02 13:32:05 -04:00
Anmol Sethi
bb5836ec61
Rename codercom/code-server to cdr/code-server 2019-05-02 11:25:50 -04:00
Kyle Carberry
6c972e855f
codercom -> cdr 2019-04-27 16:57:10 -04:00
Nick Wade
5ad9398b01 Fix typo DigitalOcean (#595) 2019-04-25 07:57:12 -07:00
Kyle Carberry
5f40ebb845
Update wording for sshcode 2019-04-19 21:22:00 -04:00
Kyle Carberry
c56e2797cc
Add sshcode to the readme 2019-04-19 21:20:31 -04:00
Asher
d5b03ef60e
Remove version from Docker command 2019-04-17 17:38:22 -05:00
Kyle Carberry
c3a38e3fea
Add telemetry and option to disable (#519)
* Add telemetry and option to disable

* Update readme and getting-started guide

* Update lockfile

* Update getting started guide
2019-04-17 17:18:35 -05:00
Kyle Carberry
2785e2219a Remove hosted from the readme 2019-04-11 02:11:51 +00:00
Anmol Sethi
eb0f773146
Update README.md 2019-04-04 18:41:45 -05:00
Kyle Carberry
2683b7c734
Update notes title 2019-04-03 11:23:32 -04:00
Kyle Carberry
f484781693
Minor update in notes 2019-04-02 11:41:44 -04:00
John McCambridge
a4cca6b759 Add information about release notifications/gif (#355)
* Add information about release notifications/gif

* Remove unecessary space

* Add smaller gif

* Add even smaller gif

* Trim time in new gif

* Cropped a tad more

* Fix weird aligning
2019-03-27 17:05:44 -05:00
NGTmeaty
6105bba0a4 Add higher quality Discord badge and add a link to the license badge. (#364)
* Add higher quality Discord badge and add link 

to license.

* Use @grant's much better version :)
2019-03-27 17:05:23 -05:00
Hayden Young
80c19878e0 Add note about extensions needing to be OSS (#113)
* Add note about extensions needing to be OSS

* Update README.md

* Update README.md
2019-03-22 14:58:13 -05:00
Kyle Carberry
3b8cd0a3cd
Fix docker cmd in readme 2019-03-15 01:24:44 -04:00
Mike Hatch
98cad8ae69 Fixed a couple of typos (#243) 2019-03-14 18:32:18 -04:00
Anmol Sethi
26edea5098
Update docker oneliner and fix clone task 2019-03-10 11:39:17 -04:00
Khải
41d1be9205 Add -t flag to docker example (#181)
It is quite annoying when Ctrl-C does not stop the container
2019-03-10 08:28:25 -05:00
Anmol Sethi
76e0338d7f Reverts parts of my last PR (#177)
Cannot mount data directory at the moment, we need to make code-server
override all binaries in there instead of reusing and will wait
until the new Dockerfile is pushed before removing the default
entrypoint from README.md
2019-03-09 16:01:53 -07:00
Anmol Sethi
f37533579d Fix build and Dockerfile issues (#176)
* build: fix yarn corruption issues

Closes #100

Thanks @zerdos

* Dockerfile: add default Entrypoint and mount data dir

Closes #170
Closes #78

Thanks @ay-b
2019-03-09 14:51:51 -08:00
Jeremy Pinnix
5c435a3b6c Update grammar on README (#139) 2019-03-08 08:34:31 -08:00
Semen Zhydenko
9f4212eace inital -> initial (#135) 2019-03-08 08:10:50 -08:00
Kyle Carberry
231cdec7fb
Update known issues in readme with better wording 2019-03-07 21:23:16 +00:00
Elizabeth
8e68411174 Update example docker command port bind options (#88)
must use 127.0.0.1 and not `localhost`
2019-03-07 09:31:01 -08:00
Anmol Sethi
17267bd801 Add Dockerfile and some cleanup (#57) 2019-03-06 18:59:43 -08:00
Ammar Bandukwala
d4867ca430 Cleanup English in README (#21) 2019-03-06 10:11:27 -08:00