142 Commits

Author SHA1 Message Date
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
783dfe0a14 Fix typo in installation docs 2020-05-17 20:32:04 -04:00
2421cab479 Fix grammar in README 2020-05-17 20:25:33 -04:00
52eeccaba1 v3.3.0 2020-05-17 18:35:36 -04:00
e0dbd8f74a Rename self contained release to static release 2020-05-17 16:59:09 -04:00
6a25b3bfa0 Document structure better
Closes #1648
2020-05-17 16:53:08 -04:00
d56381666a Use .tar.gz for macOS releases
No good reason to use .zip, was just confusion on my part.
2020-05-16 10:01:26 -04:00
181bad9563 Improve docker install formatting 2020-05-14 22:33:13 -04:00
73b2ff0945 $PORT should always override port in --bind-addr 2020-05-14 22:33:12 -04:00
d4b3d21dce Require minimum node 12 2020-05-14 22:33:12 -04:00
d7234029e6 Use /usr/local instead of /opt in self contained release example 2020-05-14 20:27:36 -04:00
a0a77e379e Add doc/guide.md 2020-05-14 05:24:23 -04:00
f4a78587b0 Make npm-postinstall.sh more robust 2020-05-13 22:44:43 -04:00
b3ae4d67d3 Hide bundled node_modules to prevent them from being ignored 2020-05-13 04:17:34 -04:00
1739b21600 Bundle VS Code node_modules to avoid yarn dependency
Many random bizarre issues otherwise.

Also includes misc improvements to docs and scripts.
2020-05-13 02:35:11 -04:00
a346c6d565 Document npm module install dependencies 2020-05-12 23:11:31 -04:00
4aae5eaeca CI fixes
- Splits up test into fmt, lint and test
- Fixes bug in build-packages.sh
- Minor README.md fixes
2020-05-12 21:26:36 -04:00
41d625abb6 Revamp README.md with new installation options 2020-05-12 21:26:36 -04:00
c04befac68 fix macOS 2020-05-01 17:55:38 +02:00
c7753f2cf9 Update docker one liner to forward UID/GID
Closes #1425
2020-04-16 14:57:41 -04:00
09db0ffad5 Add link to contributing 2020-03-19 18:53:31 -03:00
f83a57a010 chore: update README link (as no longer redirects) 2020-03-09 20:40:41 +01:00
79b4c64a03 Add example gif 2020-03-02 15:13:39 -06:00
70ad2354bb Remove gif link for now 2020-02-27 10:57:39 -06:00
01710cf6ff Update download instructions
We aren't providing binaries any longer.
2020-02-26 15:42:31 -06:00
25288b1afd Cleanup FAQ and mention GPG/SSH forwarding 2020-02-20 17:45:04 -05:00
9f3240346c Doc fixes 2020-02-19 00:27:02 -05:00
b6aa0cbcba Fix docs 2020-02-18 19:07:01 -05:00
4aa15401c3 Format and lint 2020-02-14 20:00:19 -05:00