Archived
1
0
Commit Graph

220 Commits

Author SHA1 Message Date
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
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
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
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
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
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
9a8c06d09d Fixed grammar error
Removed apostrophe used for pluralization

server's -> servers
2020-05-24 15:08:05 +01:00
c8b58a0f70 CONTRIBUTING.md update 2020-05-21 12:57:29 -04:00
c9afd01b60 Update FAQ for extension request template 2020-05-21 11:59:04 -04:00
608cefa8cd Update CONTRIBUTING.md
It is not mentioned that the "release" script requires "jq" to be installed on the system to build code-server releases
2020-05-20 15:26:23 -07:00
25ea76ebc9 Improve clarity in guide and fix typo in FAQ 2020-05-19 13:46:19 -04:00
cf887ab10a Merge branch 'master' into faq 2020-05-19 13:08:39 -04:00
5ec8a6efbd Fix typos 2020-05-19 12:19:09 +02:00
520d8e66a8 Add blank screen problem with iPad to FAQ 2020-05-19 00:24:49 -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
8a3466e86f More grammar fixes for FAQ 2020-05-17 22:47:23 -04:00
094ca2ad97 Link to all other docs in guide.md
I expect people will frequently link to it.
2020-05-17 20:39:45 -04:00
783dfe0a14 Fix typo in installation docs 2020-05-17 20:32:04 -04:00
b9f43c3542 Fix grammar in FAQ 2020-05-17 20:29:00 -04:00
65325eef89 Clarify location of config file in FAQ 2020-05-17 20:27:45 -04:00
3a1e3bc596 Final revisions for the docs before release
🚀
2020-05-17 17:55:28 -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
611cde7202 Fix spelling of Multi-tenancy in FAQ 2020-05-14 22:33:13 -04:00
d4b3d21dce Require minimum node 12 2020-05-14 22:33:12 -04:00
10b06cae10 Minor typo fixes 2020-05-14 20:08:08 -04:00
c69346a9a7 Add FAQ entry on the config file 2020-05-14 18:35:35 -04:00
a0a77e379e Add doc/guide.md 2020-05-14 05:24:23 -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
d6ea9d78f6 Configuration file bug fixes based on @code-asher's review 2020-05-12 19:59:54 -04:00
00d164b67f Add default config file and improve config/data directory detection 2020-05-12 19:59:54 -04:00
7c7f62d3f3 Fixes for CI from @code-asher's review 2020-05-08 16:45:59 -04:00
be032cf735 Add NPM package, debs, rpms and refactor CI/build process
Closes many issues that I'll prune after adding more docs
for users.
2020-05-06 20:25:52 -04:00
5accf3fe5f Add basic rate limiting to login endpoint
Closes #1320
2020-04-28 14:21:08 -04:00
dcde596002 Document debugging process
Closes #1465.
2020-04-20 18:55:14 -05:00
974d4cb8fc Allow specifying a workspace on the command line
Fixes #1535.
2020-04-16 11:56:46 -05:00
29b6115c77 Adds dev container and docs (#1499) 2020-04-14 17:22:52 -05:00
5aded14b87 Merge pull request #1453 from cdr/proxy
HTTP proxy
2020-04-08 12:44:29 -05:00