-
Notifications
You must be signed in to change notification settings - Fork 5.9k
release: 3.11.2 #3940
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release: 3.11.2 #3940
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3940 +/- ##
=======================================
Coverage 63.51% 63.51%
=======================================
Files 36 36
Lines 1872 1872
Branches 379 379
=======================================
Hits 1189 1189
Misses 580 580
Partials 103 103 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice
Heads-up. I am moving back to draft because I'm seeing the ERR spawn /Users/jp/Dev/code-server/release-packages/code-server-3.11.2-macos-amd64/lib/vscode/node_modules/vscode-ripgrep/bin/rg ENOENT: Error: spawn /Users/jp/Dev/code-server/release-packages/code-server-3.11.2-macos-amd64/lib/vscode/node_modules/vscode-ripgrep/bin/rg ENOENT
at Object.M [as deserializeSearchError] (http://localhost:8080/static/90f633006e1edd78423a1ddc6e9651396c83edca/Users/jp/Dev/code-server/release-packages/code-server-3.11.2-macos-amd64/lib/vscode/out/vs/workbench/workbench.web.api.js:2000:5630)
at http://localhost:8080/static/90f633006e1edd78423a1ddc6e9651396c83edca/Users/jp/Dev/code-server/release-packages/code-server-3.11.2-macos-amd64/lib/vscode/out/vs/workbench/workbench.web.api.js:2003:5041
at async http://localhost:8080/static/90f633006e1edd78423a1ddc6e9651396c83edca/Users/jp/Dev/code-server/release-packages/code-server-3.11.2-macos-amd64/lib/vscode/out/vs/workbench/workbench.web.api.js:2003:3078
at async li.getFileSearchResults (http://localhost:8080/static/90f633006e1edd78423a1ddc6e9651396c83edca/Users/jp/Dev/code-server/release-packages/code-server-3.11.2-macos-amd64/lib/vscode/out/vs/workbench/workbench.web.api.js:2478:11248)
at async Promise.all (index 0)
at async li.doFileSearch (http://localhost:8080/static/90f633006e1edd78423a1ddc6e9651396c83edca/Users/jp/Dev/code-server/release-packages/code-server-3.11.2-macos-amd64/lib/vscode/out/vs/workbench/workbench.web.api.js:2478:10892) |
@@ -51,7 +51,7 @@ When done, the install script prints out instructions for running and starting | |||
code-server. | |||
|
|||
We also have an in-depth [setup and | |||
configuration](https://coder.com/docs/code-server/v3.11.1/guide) guide. | |||
configuration](https://coder.com/docs/code-server/v3.11.2/guide) guide. | |||
|
|||
## TLS and authentication (beta) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This URL will break as per #3953
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't really comment on the correct line - I mean L58
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ahh! Nice catch! (And thanks for your other PR!)
As an extra, I'd suggest using the latest path rather than a specific version
Yes, this is a great idea and I should probably change that here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Going to do in a follow-up PR since I'm closing this: #3963
This PR is to generate a new release of
code-server
at3.11.2
.Notes: we're publishing this because we had a hiccup releasing
3.11.1
to npm.Screenshot
Screen.Recording.2021-08-09.at.4.07.39.PM.mov
TODOs
Follow "Publishing a release" steps in
ci/README.md