170 Commits

Author SHA1 Message Date
ef6c1bd46a chore: update code coverage badge 2021-02-12 16:22:32 -07:00
4fc0f92180 Update README.md to include requirements
Promote ease of adoption by placing the requirements in the README at the root folder level.
2021-02-09 23:41:36 -06:00
2a127f168c docs: update code coverage badge 2021-02-05 14:13:26 -07:00
4756257207 refactor: rename doc to docs 2021-02-03 09:46:35 -07:00
3044224729 feat: add support for code coverage shield 2021-01-25 16:21:07 -07:00
affb92f281 cli: Show beta flags in help output
Looks like

```
   -r --reuse-window         Force to open a file or folder in an already opened window.
 -vvv --verbose              Enable verbose logging.
      --link                 (beta) Securely bind code-server via Coder Cloud with the passed name. You'll get a URL like
                             https://myname.coder-cloud.com at which you can easily access your code-server instance.
                             Authorization is done via GitHub.
```

Based on commits by @JammSpread in #2405

Closes #2396
2020-12-08 19:00:33 -05:00
JK
9e7e8c073d Update cloud program section of README 2020-12-05 01:30:31 +00:00
2bf91ff6a6 v3.7.1 2020-11-16 17:18:12 -05:00
9917da068a v3.7.0 2020-11-16 11:11:50 -05:00
1eebde56ab Specify that Coder Alpha requires v3.6.2 (#2270) 2020-11-03 18:03:28 -06:00
ddbac8dd78 Update README Alpha section to remove reference to typeform 2020-11-03 23:31:08 +00:00
860c99e3b8 Docs copyedits: README.md + CONTRIBUTING.md (#2242)
* Edit README

* Edit CONTRIBUTING

* Format CONTRIBUTING.MD

* Incorporate feedback

* Revert movement of CONTRIBUTING.MD and format
2020-10-29 17:21:47 -04:00
bca1bcfc03 Fix README formatting 2020-10-21 16:45:53 -04:00
36b3183b75 Add Coder Cloud alpha sign up link 2020-10-13 23:38:27 +00:00
b415b7524f Add social badges (#2142) 2020-10-06 16:29:53 -05:00
e998dc1e82 Minor readme grammar fixes (#2074) 2020-09-10 18:01:39 -05:00
ada69969ac Link to code-server job listing (#2019) 2020-08-28 18:39:51 -04:00
jae
8021385ac4 Add enterprise context (#1923) 2020-07-29 13:37:19 -04:00
a942531079 Update remote location restrictions in README 2020-06-25 15:33:55 -05:00
cc9c9e9db5 Remove funding statement 2020-06-25 14:01:34 -06:00
a7026cc82c Remove funding figure 2020-06-25 12:18:15 -04:00
364f9dd854 Ask for resume/github re hiring 2020-06-23 07:58:28 -04:00
7e1aebe009 Fix formatting 2020-06-22 01:42:46 -04:00
5a6411fa49 Make our funding situation clear in Hiring section 2020-06-22 00:57:24 -04:00
3d9e3b8717 Add FreeBSD support to install script 2020-06-13 11:14:32 -04:00
264abed82c Fix typo 2020-06-12 02:32:40 -04:00
19257a8bc2 Fix typo 2020-06-09 18:14:21 -04:00
69b8096eb3 Mention we're hiring in the README.md 2020-06-09 18:13:20 -04:00
bd2e55dcf3 Make README more clear 2020-06-04 16:47:27 -04:00
c7cad402b4 Cleanup FAQ
Prominently explain how code-server is different from VS Code

Closes #1718
2020-05-27 21:39:19 -04:00
665ca017a1 Fixes from @code-asher's godly review 2020-05-27 15:48:22 -04:00
7ef82d8422 Improved install.sh flags 2020-05-27 15:48:22 -04:00
42b5152888 Further documentation cleanup 2020-05-27 15:48:22 -04:00
7dcfde7329 Documentation fixes 2020-05-27 15:48:22 -04:00
15cd727b96 Replace gif with screenshot 2020-05-27 15:48:22 -04:00
a40dabbd22 Add install script to docs 2020-05-27 15:48:22 -04:00
e0172d0953 Minor fixes for install.sh and bundle in libstdc++
Closes #1706
2020-05-27 15:48:22 -04:00
510d84898c install.sh: Add our own flag parser
Fully supports long opts!
2020-05-27 15:48:22 -04:00
0129e002e8 Add install.sh into README.md 2020-05-27 15:48:22 -04:00
3b11733bd8 Add auto install script 2020-05-27 15:48:22 -04:00
96eeb9fea0 Fix install instructions for SUSE
Closes #1699
2020-05-27 15:48:22 -04:00
0d207f4f9a Update AUR docs
Closes #1634
2020-05-20 09:21:22 -04:00
37d287199f Document AUR install instructions 2020-05-19 22:41:28 -05:00
9858af9014 Mention yarn as another installation option 2020-05-19 00:17:23 -04:00
6f1309795e Rebuild all node_modules on npm install
Stuff like ripgrep needs to be refetched so we cannot bundle
node_modules at all.
2020-05-18 21:37:16 -04:00
5f94d5a687 Release v3.3.1
This release fixes bugs introduced with the release of v3.3.0

- We've reverted to VS Code 1.45.1 due to bugs in 1.46 #1667
- Accessing code-server from a web browser on Windows has been fixed #1642
- Search in project has been fixed #1665
- The glibc requirement on static releases has been lowered to v2.19 #1656
2020-05-18 18:11:52 -04:00
47d50c9163 Downgrade CI to Debian 8 for glibc 2.19
Closes #1656
2020-05-18 00:38:55 -04:00
59f0128d27 Shorten static release script horizontally 2020-05-17 21:11:52 -04:00
761c2035c7 Fix grammar in README 2020-05-17 20:47:33 -04:00
c33a4651c9 Improve static install script 2020-05-17 20:36:10 -04:00