File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 45
45
) > " $RELEASE_PATH /package.json"
46
46
rsync yarn.lock " $RELEASE_PATH "
47
47
rsync ci/build/npm-postinstall.sh " $RELEASE_PATH /postinstall.sh"
48
-
49
48
}
50
49
51
50
bundle_vscode () {
Original file line number Diff line number Diff line change @@ -47,7 +47,10 @@ better by allowing the community to submit extensions and repos to avoid waiting
47
47
an extension.
48
48
49
49
If an extension is not available or does not work, you can grab its VSIX from its Github releases or
50
- build it yourself and [ Install from VSIX] ( https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix ) .
50
+ build it yourself. Then run the ` Extensions: Install from VSIX ` command in the Command Palette and
51
+ point to the .vsix file.
52
+
53
+ See below for installing an extension from the cli.
51
54
52
55
Feel free to file an issue to add a missing extension to the marketplace.
53
56
@@ -81,7 +84,7 @@ your instance.
81
84
82
85
## How should I expose code-server to the internet?
83
86
84
- Please follow [ ./guide.md]] ( ./guide.md ) for our recommendations on setting up and using code-server.
87
+ Please follow [ ./guide.md] ( ./guide.md ) for our recommendations on setting up and using code-server.
85
88
86
89
code-server only supports password authentication natively.
87
90
@@ -101,7 +104,7 @@ only to HTTP requests.
101
104
You can use [ Let's Encrypt] ( https://letsencrypt.org/ ) to get an SSL certificate
102
105
for free.
103
106
104
- Again, Please follow [ ./guide.md]] ( ./guide.md ) for our recommendations on setting up and using code-server.
107
+ Again, Please follow [ ./guide.md] ( ./guide.md ) for our recommendations on setting up and using code-server.
105
108
106
109
## How do I securely access web services?
107
110
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ reverse_proxy 127.0.0.1:8080
179
179
sudo systemctl reload caddy
180
180
```
181
181
182
- Visit ` https://<your-instance-ip > ` to access code-server. Congratulations!
182
+ Visit ` https://<your-domain-name > ` to access code-server. Congratulations!
183
183
184
184
In a future release we plan to integrate Let's Encrypt directly with code-server to avoid
185
185
the dependency on caddy.
You can’t perform that action at this time.
0 commit comments