Commit Graph

146 Commits

Author SHA1 Message Date
Anmol Sethi
3d9e3b8717
Add FreeBSD support to install script 2020-06-13 11:14:32 -04:00
Anmol Sethi
264abed82c
Fix typo 2020-06-12 02:32:40 -04:00
Anmol Sethi
19257a8bc2
Fix typo 2020-06-09 18:14:21 -04:00
Anmol Sethi
69b8096eb3
Mention we're hiring in the README.md 2020-06-09 18:13:20 -04:00
Anmol Sethi
bd2e55dcf3
Make README more clear 2020-06-04 16:47:27 -04:00
Anmol Sethi
c7cad402b4
Cleanup FAQ
Prominently explain how code-server is different from VS Code

Closes #1718
2020-05-27 21:39:19 -04:00
Anmol Sethi
665ca017a1
Fixes from @code-asher's godly review 2020-05-27 15:48:22 -04:00
Anmol Sethi
7ef82d8422
Improved install.sh flags 2020-05-27 15:48:22 -04:00
Anmol Sethi
42b5152888
Further documentation cleanup 2020-05-27 15:48:22 -04:00
Anmol Sethi
7dcfde7329
Documentation fixes 2020-05-27 15:48:22 -04:00
Anmol Sethi
15cd727b96
Replace gif with screenshot 2020-05-27 15:48:22 -04:00
Anmol Sethi
a40dabbd22
Add install script to docs 2020-05-27 15:48:22 -04:00
Anmol Sethi
e0172d0953
Minor fixes for install.sh and bundle in libstdc++
Closes #1706
2020-05-27 15:48:22 -04:00
Anmol Sethi
510d84898c
install.sh: Add our own flag parser
Fully supports long opts!
2020-05-27 15:48:22 -04:00
Anmol Sethi
0129e002e8
Add install.sh into README.md 2020-05-27 15:48:22 -04:00
Anmol Sethi
3b11733bd8
Add auto install script 2020-05-27 15:48:22 -04:00
Anmol Sethi
96eeb9fea0
Fix install instructions for SUSE
Closes #1699
2020-05-27 15:48:22 -04:00
Anmol Sethi
0d207f4f9a
Update AUR docs
Closes #1634
2020-05-20 09:21:22 -04:00
Colin Adler
37d287199f
Document AUR install instructions 2020-05-19 22:41:28 -05:00
Anmol Sethi
9858af9014
Mention yarn as another installation option 2020-05-19 00:17:23 -04:00
Anmol Sethi
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
Anmol Sethi
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
Anmol Sethi
47d50c9163
Downgrade CI to Debian 8 for glibc 2.19
Closes #1656
2020-05-18 00:38:55 -04:00
Anmol Sethi
59f0128d27
Shorten static release script horizontally 2020-05-17 21:11:52 -04:00
Anmol Sethi
761c2035c7
Fix grammar in README 2020-05-17 20:47:33 -04:00
Anmol Sethi
c33a4651c9
Improve static install script 2020-05-17 20:36:10 -04:00
Anmol Sethi
783dfe0a14
Fix typo in installation docs 2020-05-17 20:32:04 -04:00
Anmol Sethi
2421cab479
Fix grammar in README 2020-05-17 20:25:33 -04:00
Anmol Sethi
52eeccaba1
v3.3.0 2020-05-17 18:35:36 -04:00
Anmol Sethi
e0dbd8f74a
Rename self contained release to static release 2020-05-17 16:59:09 -04:00
Anmol Sethi
6a25b3bfa0
Document structure better
Closes #1648
2020-05-17 16:53:08 -04:00
Anmol Sethi
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
Anmol Sethi
181bad9563
Improve docker install formatting 2020-05-14 22:33:13 -04:00
Anmol Sethi
73b2ff0945
$PORT should always override port in --bind-addr 2020-05-14 22:33:12 -04:00
Anmol Sethi
d4b3d21dce
Require minimum node 12 2020-05-14 22:33:12 -04:00
Anmol Sethi
d7234029e6
Use /usr/local instead of /opt in self contained release example 2020-05-14 20:27:36 -04:00
Anmol Sethi
a0a77e379e
Add doc/guide.md 2020-05-14 05:24:23 -04:00
Anmol Sethi
f4a78587b0
Make npm-postinstall.sh more robust 2020-05-13 22:44:43 -04:00
Anmol Sethi
b3ae4d67d3
Hide bundled node_modules to prevent them from being ignored 2020-05-13 04:17:34 -04:00
Anmol Sethi
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
Anmol Sethi
a346c6d565
Document npm module install dependencies 2020-05-12 23:11:31 -04:00
Anmol Sethi
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
Anmol Sethi
41d625abb6
Revamp README.md with new installation options 2020-05-12 21:26:36 -04:00
saxc
c04befac68
fix macOS 2020-05-01 17:55:38 +02:00
Anmol Sethi
c7753f2cf9
Update docker one liner to forward UID/GID
Closes #1425
2020-04-16 14:57:41 -04:00
Onilton Maciel
09db0ffad5
Add link to contributing 2020-03-19 18:53:31 -03:00
Allan Bowe
f83a57a010
chore: update README link (as no longer redirects) 2020-03-09 20:40:41 +01:00
Asher
79b4c64a03
Add example gif 2020-03-02 15:13:39 -06:00
Asher
70ad2354bb
Remove gif link for now 2020-02-27 10:57:39 -06:00
Asher
01710cf6ff
Update download instructions
We aren't providing binaries any longer.
2020-02-26 15:42:31 -06:00