Skip to content

Commit 0400a89

Browse files
committedJun 7, 2021
Merge branch 'cdr:main' into main
2 parents c3dfb90 + 7b6df50 commit 0400a89

File tree

4 files changed

+15
-32
lines changed

4 files changed

+15
-32
lines changed
 

‎CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ VS Code v0.00.0
5252
- docs: remove toc from changelog @oxy @jsjoeio
5353
- docs(MAINTAINING): add information about CHANGELOG #3467 @jsjoeio
5454
- docs: move release process to MAINTAINING.md #3441 @oxy @Prashant168
55+
- docs: format 'Caddy' from guide.md @PisecesPeng
5556

5657
### Development
5758

‎docs/guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Assuming you have been following the guide, edit your instance and checkmark the
177177

178178
1. You'll need to buy a domain name. We recommend [Google Domains](https://domains.google.com).
179179
2. Add an A record to your domain with your instance's IP.
180-
3. Install caddy https://caddyserver.com/docs/download#debian-ubuntu-raspbian.
180+
3. Install Caddy https://caddyserver.com/docs/download#debian-ubuntu-raspbian.
181181

182182
```bash
183183
sudo apt install -y debian-keyring debian-archive-keyring apt-transport-https
@@ -206,7 +206,7 @@ mydomain.com/code/* {
206206

207207
Remember to replace `mydomain.com` with your domain name!
208208

209-
5. Reload caddy with:
209+
5. Reload Caddy with:
210210

211211
```bash
212212
sudo systemctl reload caddy
@@ -215,7 +215,7 @@ sudo systemctl reload caddy
215215
Visit `https://<your-domain-name>` to access `code-server`. Congratulations!
216216

217217
In a future release we plan to integrate Let's Encrypt directly with `code-server` to avoid
218-
the dependency on caddy.
218+
the dependency on Caddy.
219219

220220
#### NGINX
221221

‎lib/vscode/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@
223223
"resolutions": {
224224
"postcss": "^8.2.1",
225225
"elliptic": "^6.5.3",
226-
"nwmatcher": "^1.4.4"
226+
"nwmatcher": "^1.4.4",
227+
"chrome-remote-interface": "^0.30.0"
227228
}
228229
}

‎lib/vscode/yarn.lock

Lines changed: 9 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,11 +1309,6 @@ async-hook-jl@^1.7.6:
13091309
dependencies:
13101310
stack-chain "^1.3.7"
13111311

1312-
async-limiter@~1.0.0:
1313-
version "1.0.1"
1314-
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.1.tgz#dd379e94f0db8310b08291f9d64c3209766617fd"
1315-
integrity sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==
1316-
13171312
async-listener@^0.6.0:
13181313
version "0.6.10"
13191314
resolved "https://registry.yarnpkg.com/async-listener/-/async-listener-0.6.10.tgz#a7c97abe570ba602d782273c0de60a51e3e17cbc"
@@ -1867,13 +1862,13 @@ chownr@^2.0.0:
18671862
resolved "https://registry.yarnpkg.com/chownr/-/chownr-2.0.0.tgz#15bfbe53d2eab4cf70f18a8cd68ebe5b3cb1dece"
18681863
integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==
18691864

1870-
chrome-remote-interface@0.26.1:
1871-
version "0.26.1"
1872-
resolved "https://registry.yarnpkg.com/chrome-remote-interface/-/chrome-remote-interface-0.26.1.tgz#6c7d4479742b6d236752d716a9bc2d322d7d8ad2"
1873-
integrity sha512-ela482aJK0riFu05sl+zdbnb3ezMiqzwsqf/f/27HngWds+Fat3vcZWpIoDoeQuWMid/+LfKAteAYWaWPqsweg==
1865+
chrome-remote-interface@0.26.1, chrome-remote-interface@^0.30.0:
1866+
version "0.30.0"
1867+
resolved "https://registry.yarnpkg.com/chrome-remote-interface/-/chrome-remote-interface-0.30.0.tgz#b9367142b362668ca7c84d642318053ac6f51495"
1868+
integrity sha512-krIHiWQCRvlLhHmjWuGgHJfqhj2Jcj3mtVebq3c/Pwv4RF7P0A2eSy6YRqrBPwcziYJrtsPGR0rm7uCe4987rQ==
18741869
dependencies:
18751870
commander "2.11.x"
1876-
ws "^3.3.3"
1871+
ws "^7.2.0"
18771872

18781873
chrome-trace-event@^1.0.2:
18791874
version "1.0.3"
@@ -8759,11 +8754,6 @@ typical@^4.0.0:
87598754
resolved "https://registry.yarnpkg.com/typical/-/typical-4.0.0.tgz#cbeaff3b9d7ae1e2bbfaf5a4e6f11eccfde94fc4"
87608755
integrity sha512-VAH4IvQ7BDFYglMd7BPRDfLgxZZX4O4TFcRDA6EN5X7erNJJq+McIEp8np9aVtxrCJ6qx4GTYVfOWNjcqwZgRw==
87618756

8762-
ultron@~1.1.0:
8763-
version "1.1.1"
8764-
resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.1.1.tgz#9fe1536a10a664a65266a1e3ccf85fd36302bc9c"
8765-
integrity sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==
8766-
87678757
unbox-primitive@^1.0.0:
87688758
version "1.0.1"
87698759
resolved "https://registry.yarnpkg.com/unbox-primitive/-/unbox-primitive-1.0.1.tgz#085e215625ec3162574dc8859abee78a59b14471"
@@ -9387,19 +9377,10 @@ write@1.0.3:
93879377
dependencies:
93889378
mkdirp "^0.5.1"
93899379

9390-
ws@^3.3.3:
9391-
version "3.3.3"
9392-
resolved "https://registry.yarnpkg.com/ws/-/ws-3.3.3.tgz#f1cf84fe2d5e901ebce94efaece785f187a228f2"
9393-
integrity sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==
9394-
dependencies:
9395-
async-limiter "~1.0.0"
9396-
safe-buffer "~5.1.0"
9397-
ultron "~1.1.0"
9398-
9399-
ws@^7.3.1:
9400-
version "7.4.5"
9401-
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1"
9402-
integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==
9380+
ws@^7.2.0, ws@^7.3.1:
9381+
version "7.4.6"
9382+
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
9383+
integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
94039384

94049385
xml-name-validator@^1.0.0:
94059386
version "1.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.