-
Notifications
You must be signed in to change notification settings - Fork 5.9k
release: 4.8.0 #5698
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: 4.8.0 #5698
Changes from all commits
960db54
96d36b5
98e735a
504524c
420ce80
0202f1a
1e50417
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"versions": ["v4.7.1"], | ||
"versions": ["v4.8.0"], | ||
"routes": [ | ||
{ | ||
"title": "Home", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ Add support for telemetry endpoint | |
To test: | ||
1. Create a RequestBin - https://requestbin.io/ | ||
2. Run code-server with `CS_TELEMETRY_URL` set: | ||
i.e. `CS_TELEMETRY_URL="https://requestbin.io/1ebub9z1" ./code-server-4.7.1-macos-amd64/bin/code-server` | ||
i.e. `CS_TELEMETRY_URL="https://requestbin.io/1ebub9z1" ./code-server-4.8.0-macos-amd64/bin/code-server` | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not something we need to do now but maybe we generalize the invocation just to just There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good call! |
||
3. Load code-server in browser an do things (i.e. open a file) | ||
4. Refresh RequestBin and you should see logs | ||
|
||
|
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.
Love the example! Wonderful use of the changelog.
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.
"Don’t let your friends dump git logs into changelogs." - applying what I learned from you!