Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f33c545

Browse files
committedApr 14, 2025··
chore: capitalize GitHub
1 parent 267eeeb commit f33c545

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/code-server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ VS Code in the browser
2121
| disableGettingStartedOverride | Disable the coder/coder override in the Help: Getting Started page. | boolean | false |
2222
| disableProxy | Disable domain and path proxy routes. | boolean | false |
2323
| disableTelemetry | Disable telemetry reporting. | boolean | false |
24-
| disableUpdateCheck | Disable update check. Without this flag, code-server checks every 6 hours against the latest github release and notifies once a week when updates are available. | boolean | false |
24+
| disableUpdateCheck | Disable update check. Without this flag, code-server checks every 6 hours against the latest GitHub release and notifies once a week when updates are available. | boolean | false |
2525
| disableWorkspaceTrust | Disable Workspace Trust feature. This only affects the current session. | boolean | false |
2626
| extensions | Comma-separated list of VS Code extensions to install. Format: 'publisher.extension[@version]' (e.g., 'ms-python.python,ms-azuretools.vscode-docker'). | string | - |
2727
| host | The address to bind to for the code-server. Use '0.0.0.0' to listen on all interfaces. | string | 127.0.0.1 |

‎src/code-server/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"disableUpdateCheck": {
3939
"type": "boolean",
4040
"default": false,
41-
"description": "Disable update check. Without this flag, code-server checks every 6 hours against the latest github release and notifies once a week when updates are available."
41+
"description": "Disable update check. Without this flag, code-server checks every 6 hours against the latest GitHub release and notifies once a week when updates are available."
4242
},
4343
"disableWorkspaceTrust": {
4444
"type": "boolean",

0 commit comments

Comments
 (0)
Please sign in to comment.