Archived
1
0
Commit Graph

3038 Commits

Author SHA1 Message Date
79d1e179f8 Merge pull request #1761 from cdr/static
Stop bundling libraries in release
2020-06-04 04:38:57 -04:00
c00f931500 Remove zip library dependency 2020-06-03 18:24:59 -04:00
fd5c5960c2 Fixes for release 2020-06-03 16:22:59 -04:00
ab081cd522 Add warning when using outdated code-server script 2020-06-03 15:45:17 -04:00
e2789608b2 Fix autoupdates for Darwin 2020-06-03 15:45:17 -04:00
85ad7e4fb4 Remove duplicate log
Also confirmed that #1750 is fixed.
2020-06-03 15:45:17 -04:00
cb9c5b2d49 Fix typos 2020-06-03 15:45:16 -04:00
d4ef7c1412 Remove colons from image filenames 2020-06-03 15:45:16 -04:00
5815b4a0c0 Rename dev/container -> dev/image 2020-06-03 15:45:16 -04:00
bdb670e852 Rename container and release-container to images and release-image 2020-06-03 15:45:16 -04:00
11d7932968 Stop bundling libraries in release
- Instead we now use CentOS 7 for the static build to guarantee
  that we only depend on libc v2.17

- For macOS we now pull in a static node binary and bundle that instead.
2020-06-03 15:45:16 -04:00
02a77b528b Support recursive symlinks in release script
See
https://github.com/cdr/code-server/issues/1746#issuecomment-637830396
2020-06-03 15:45:16 -04:00
206f195c1c Minor grammar fixes in FAQ 2020-06-03 15:45:16 -04:00
2c2a6498af Parse config file in entry
This way setting --data-dir and --extension-dir in the config file
will work for --install--extension and whatnot.
2020-06-03 15:45:16 -04:00
7ab47b3d83 Trim LD_LIBRARY_PATH on startup 2020-06-03 15:45:16 -04:00
9a3b9fcac2 Fix install script to trim leading v from version
Updates #1746
2020-06-02 17:22:24 -04:00
b88163392c Merge pull request #1736 from cdr/faq-updates
More questions in the FAQ
2020-05-27 21:39:56 -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
8dfac0fb65 More questions in the FAQ
Closes #1732
2020-05-27 20:45:11 -04:00
90caca3336 Minor fixes 2020-05-27 20:38:29 -04:00
80bcfd918b Merge pull request #1701 from cdr/auto-install
Add auto install script
3.4.0
2020-05-27 20:35:52 -04:00
69ad52907e v3.4.0 v3.4.0 2020-05-27 19:21:15 -04:00
fbd85649f9 Fix CI 2020-05-27 17:55:57 -04:00
30e9c516e7 Further improve AUR installation 2020-05-27 17:46:55 -04:00
af398c49fd Workaround lack of builtin in /bin/sh 2020-05-27 17:01:33 -04:00
29e5c4a293 Clarify npm docs in install.md 2020-05-27 16:48:11 -04:00
f71d8875d0 Rename binary release to standalone 2020-05-27 16:39:17 -04:00
06c26a22cd Improve aur installation clarity 2020-05-27 16:01:06 -04:00
fa45fd0e31 Rename static releases to binary releases
More clear as discussed in PR.
2020-05-27 15:57:18 -04:00
665ca017a1 Fixes from @code-asher's godly review 2020-05-27 15:48:22 -04:00
33bca2d141 Adjust nfpm config for bindir removal
See https://github.com/goreleaser/nfpm/pull/142#issuecomment-634427333
2020-05-27 15:48:22 -04:00
eb17a293e5 Document Microsoft's Remote extensions
Closes #1681
2020-05-27 15:48:22 -04:00
c51d94d8a9 Document PWA
Closes #1726
2020-05-27 15:48:22 -04:00
e9101a2421 Improve formatting 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
e55d3e49e1 Bundle in libicu on macOS
Closes #1710

Also reported in #1640
2020-05-27 15:48:22 -04:00
ac9b57c07e Properly bundle in libstdc++ 2020-05-27 15:48:22 -04:00
f117475970 install.md: Add https://github.com/linuxserver/docker-code-server
See https://github.com/cdr/code-server/issues/1337#issuecomment-632131384
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
c80b2748e1 install.sh: Fixes from @code-asher's review 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
2ba8fee605 Merge pull request #1727 from cdr/ext
Fix extension install path for CLI
2020-05-27 15:48:00 -04:00
9d0dcf3c44 Fix extension install path for CLI
Closes #1713
2020-05-27 14:28:40 -04:00