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 c44b961

Browse files
authoredFeb 3, 2022
Merge branch 'main' into jsjoeio-fix-npm-workflows
2 parents 0dc88c8 + 79412eb commit c44b961

32 files changed

+96
-96
lines changed
 

‎.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# NOTE@jsjoeio
3535
# disabling this until we can audit the build process
3636
# and the usefulness of this step
37-
# See: https://github.com/cdr/code-server/issues/4287
37+
# See: https://github.com/coder/code-server/issues/4287
3838
# - name: Fetch dependencies from cache
3939
# id: cache-yarn
4040
# uses: actions/cache@v2
@@ -455,7 +455,7 @@ jobs:
455455
uses: actions/checkout@v2
456456
- name: Run Trivy vulnerability scanner in repo mode
457457
#Commit SHA for v0.0.17
458-
uses: aquasecurity/trivy-action@9c21d3ca2c14eb35419e2a8b66d1195946d579b8
458+
uses: aquasecurity/trivy-action@a7a829a4345428ddd92ca57b18257440f6a18c90
459459
with:
460460
scan-type: "fs"
461461
scan-ref: "."

‎.tours/contributing.tour

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
{
5151
"file": "src/node/heart.ts",
5252
"line": 7,
53-
"description": "code-server's heart beats to indicate recent activity.\n\nAlso documented here: [https://github.com/cdr/code-server/blob/master/docs/FAQ.md#heartbeat-file](https://github.com/cdr/code-server/blob/master/docs/FAQ.md#heartbeat-file)"
53+
"description": "code-server's heart beats to indicate recent activity.\n\nAlso documented here: [https://github.com/coder/code-server/blob/master/docs/FAQ.md#heartbeat-file](https://github.com/coder/code-server/blob/master/docs/FAQ.md#heartbeat-file)"
5454
},
5555
{
5656
"file": "src/node/socket.ts",
@@ -80,12 +80,12 @@
8080
{
8181
"file": "src/node/routes/domainProxy.ts",
8282
"line": 18,
83-
"description": "code-server provides a built-in proxy to help in developing web-based applications. This is the code for the domain-based proxy.\n\nAlso documented here: [https://github.com/cdr/code-server/blob/master/docs/FAQ.md#how-do-i-securely-access-web-services](https://github.com/cdr/code-server/blob/master/docs/FAQ.md#how-do-i-securely-access-web-services)"
83+
"description": "code-server provides a built-in proxy to help in developing web-based applications. This is the code for the domain-based proxy.\n\nAlso documented here: [https://github.com/coder/code-server/blob/master/docs/FAQ.md#how-do-i-securely-access-web-services](https://github.com/coder/code-server/blob/master/docs/FAQ.md#how-do-i-securely-access-web-services)"
8484
},
8585
{
8686
"file": "src/node/routes/pathProxy.ts",
8787
"line": 19,
88-
"description": "Here is the path-based version of the proxy.\n\nAlso documented here: [https://github.com/cdr/code-server/blob/master/docs/FAQ.md#how-do-i-securely-access-web-services](https://github.com/cdr/code-server/blob/master/docs/FAQ.md#how-do-i-securely-access-web-services)"
88+
"description": "Here is the path-based version of the proxy.\n\nAlso documented here: [https://github.com/coder/code-server/blob/master/docs/FAQ.md#how-do-i-securely-access-web-services](https://github.com/coder/code-server/blob/master/docs/FAQ.md#how-do-i-securely-access-web-services)"
8989
},
9090
{
9191
"file": "src/node/proxy.ts",
@@ -95,7 +95,7 @@
9595
{
9696
"file": "src/node/routes/health.ts",
9797
"line": 5,
98-
"description": "A simple endpoint that lets you see if code-server is up.\n\nAlso documented here: [https://github.com/cdr/code-server/blob/master/docs/FAQ.md#healthz-endpoint](https://github.com/cdr/code-server/blob/master/docs/FAQ.md#healthz-endpoint)"
98+
"description": "A simple endpoint that lets you see if code-server is up.\n\nAlso documented here: [https://github.com/coder/code-server/blob/master/docs/FAQ.md#healthz-endpoint](https://github.com/coder/code-server/blob/master/docs/FAQ.md#healthz-endpoint)"
9999
},
100100
{
101101
"file": "src/node/routes/login.ts",
@@ -145,7 +145,7 @@
145145
{
146146
"directory": "vendor/modules/code-oss-dev",
147147
"line": 1,
148-
"description": "code-server makes use of VS Code's frontend web/remote support. Most of the modifications implement the remote server since that portion of the code is closed source and not released with VS Code.\n\nWe also have a few bug fixes and have added some features (like client-side extensions). See [https://github.com/cdr/code-server/blob/master/docs/CONTRIBUTING.md#modifications-to-vs-code](https://github.com/cdr/code-server/blob/master/docs/CONTRIBUTING.md#modifications-to-vs-code) for a list.\n\nWe make an effort to keep the modifications as few as possible."
148+
"description": "code-server makes use of VS Code's frontend web/remote support. Most of the modifications implement the remote server since that portion of the code is closed source and not released with VS Code.\n\nWe also have a few bug fixes and have added some features (like client-side extensions). See [https://github.com/coder/code-server/blob/master/docs/CONTRIBUTING.md#modifications-to-vs-code](https://github.com/coder/code-server/blob/master/docs/CONTRIBUTING.md#modifications-to-vs-code) for a list.\n\nWe make an effort to keep the modifications as few as possible."
149149
}
150150
]
151151
}

‎.tours/start-development.tour

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{
2121
"file": "src/node/app.ts",
2222
"line": 62,
23-
"description": "## That's it!\n\n\nThat's all there is to it! When this tour ends, your terminal session may stop, but just use `yarn watch` to start developing from here on out!\n\n\nIf you haven't already, be sure to check out these resources:\n- [Tour: Contributing](command:codetour.startTourByTitle?[\"Contributing\")\n- [Docs: FAQ.md](https://github.com/cdr/code-server/blob/master/docs/FAQ.md)\n- [Docs: CONTRIBUTING.md](https://github.com/cdr/code-server/blob/master/docs/CONTRIBUTING.md)\n- [Community: GitHub Discussions](https://github.com/cdr/code-server/discussions)\n- [Community: Slack](https://community.coder.com)"
23+
"description": "## That's it!\n\n\nThat's all there is to it! When this tour ends, your terminal session may stop, but just use `yarn watch` to start developing from here on out!\n\n\nIf you haven't already, be sure to check out these resources:\n- [Tour: Contributing](command:codetour.startTourByTitle?[\"Contributing\")\n- [Docs: FAQ.md](https://github.com/coder/code-server/blob/master/docs/FAQ.md)\n- [Docs: CONTRIBUTING.md](https://github.com/coder/code-server/blob/master/docs/CONTRIBUTING.md)\n- [Community: GitHub Discussions](https://github.com/coder/code-server/discussions)\n- [Community: Slack](https://community.coder.com)"
2424
}
2525
]
2626
}

‎CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ VS Code v99.99.999
2020
2121
-->
2222

23-
## [Unreleased](https://github.com/cdr/code-server/releases)
23+
## [Unreleased](https://github.com/coder/code-server/releases)
2424

2525
VS Code v0.00.0
2626

2727
### Changed
2828

2929
- Add here
3030

31-
## [4.0.2](https://github.com/cdr/code-server/releases/tag/v4.0.2) - 2022-01-27
31+
## [4.0.2](https://github.com/coder/code-server/releases/tag/v4.0.2) - 2022-01-27
3232

3333
VS Code v1.63.0
3434

@@ -39,7 +39,7 @@ VS Code v1.63.0
3939
file is missing. While we do include the script now we are leaving the
4040
variable omitted because the script does not work yet.
4141

42-
## [4.0.1](https://github.com/cdr/code-server/releases/tag/v4.0.1) - 2022-01-04
42+
## [4.0.1](https://github.com/coder/code-server/releases/tag/v4.0.1) - 2022-01-04
4343

4444
VS Code v1.63.0
4545

@@ -77,7 +77,7 @@ implementation (#4414).
7777

7878
- We fixed a XSS vulnerability by escaping HTML from messages in the error page (#4430).
7979

80-
## [3.12.0](https://github.com/cdr/code-server/releases/tag/v3.12.0) - 2021-09-15
80+
## [3.12.0](https://github.com/coder/code-server/releases/tag/v3.12.0) - 2021-09-15
8181

8282
VS Code v1.60.0
8383

@@ -89,15 +89,15 @@ VS Code v1.60.0
8989

9090
- Fix logout when using a base path (#3608).
9191

92-
## [3.11.1](https://github.com/cdr/code-server/releases/tag/v3.11.1) - 2021-08-06
92+
## [3.11.1](https://github.com/coder/code-server/releases/tag/v3.11.1) - 2021-08-06
9393

9494
Undocumented (see releases page).
9595

96-
## [3.11.0](https://github.com/cdr/code-server/releases/tag/v3.11.0) - 2021-06-14
96+
## [3.11.0](https://github.com/coder/code-server/releases/tag/v3.11.0) - 2021-06-14
9797

9898
Undocumented (see releases page).
9999

100-
## [3.10.2](https://github.com/cdr/code-server/releases/tag/v3.10.2) - 2021-05-21
100+
## [3.10.2](https://github.com/coder/code-server/releases/tag/v3.10.2) - 2021-05-21
101101

102102
VS Code v1.56.1
103103

@@ -113,7 +113,7 @@ VS Code v1.56.1
113113

114114
- Fix "Open Folder" on welcome page (#3437).
115115

116-
## [3.10.1](https://github.com/cdr/code-server/releases/tag/v3.10.1) - 2021-05-17
116+
## [3.10.1](https://github.com/coder/code-server/releases/tag/v3.10.1) - 2021-05-17
117117

118118
VS Code v1.56.1
119119

@@ -127,7 +127,7 @@ VS Code v1.56.1
127127

128128
- Use xdgBasedir.runtime instead of tmp (#3304).
129129

130-
## [3.10.0](https://github.com/cdr/code-server/releases/tag/v3.10.0) - 2021-05-10
130+
## [3.10.0](https://github.com/coder/code-server/releases/tag/v3.10.0) - 2021-05-10
131131

132132
VS Code v1.56.0
133133

@@ -158,4 +158,4 @@ VS Code v1.56.0
158158
This was added with `3.10.0`, which means any previous versions are not
159159
documented in the changelog.
160160

161-
To see those, please visit the [Releases page](https://github.com/cdr/code-server/releases).
161+
To see those, please visit the [Releases page](https://github.com/coder/code-server/releases).

‎ci/build/build-code-server.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ main() {
2626
echo "Downloading the cloud agent..."
2727

2828
set +e
29-
curl -fsSL "https://github.com/cdr/cloud-agent/releases/latest/download/cloud-agent-$OS-$ARCH" -o ./lib/coder-cloud-agent
29+
curl -fsSL "https://github.com/coder/cloud-agent/releases/latest/download/cloud-agent-$OS-$ARCH" -o ./lib/coder-cloud-agent
3030
chmod +x ./lib/coder-cloud-agent
3131
set -e
3232
fi

‎ci/build/code-server.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eu
55
# Runs code-server with the bundled node binary.
66

77
_realpath() {
8-
# See https://github.com/cdr/code-server/issues/1537 on why no realpath or readlink -f.
8+
# See https://github.com/coder/code-server/issues/1537 on why no realpath or readlink -f.
99

1010
script="$1"
1111
cd "$(dirname "$script")"
@@ -16,7 +16,7 @@ _realpath() {
1616
&& cat package.json | grep -q '^ "name": "code-server",$'; then
1717
echo "***** Please use the script in bin/code-server instead!" >&2
1818
echo "***** This script will soon be removed!" >&2
19-
echo "***** See the release notes at https://github.com/cdr/code-server/releases/tag/v3.4.0" >&2
19+
echo "***** See the release notes at https://github.com/coder/code-server/releases/tag/v3.4.0" >&2
2020
fi
2121

2222
script="$(readlink "$(basename "$script")")"

‎ci/build/nfpm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ maintainer: "Anmol Sethi <hi@nhooyr.io>"
88
description: |
99
Run VS Code in the browser.
1010
vendor: "Coder"
11-
homepage: "https://github.com/cdr/code-server"
11+
homepage: "https://github.com/coder/code-server"
1212
license: "MIT"
1313

1414
contents:

‎ci/build/npm-postinstall.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ main() {
5757

5858
mkdir -p ./lib
5959

60-
if curl -fsSL "https://github.com/cdr/cloud-agent/releases/latest/download/cloud-agent-$OS-$ARCH" -o ./lib/coder-cloud-agent; then
60+
if curl -fsSL "https://github.com/coder/cloud-agent/releases/latest/download/cloud-agent-$OS-$ARCH" -o ./lib/coder-cloud-agent; then
6161
chmod +x ./lib/coder-cloud-agent
6262
else
6363
echo "Failed to download cloud agent; --link will not work"
6464
fi
6565

6666
if ! vscode_yarn; then
6767
echo "You may not have the required dependencies to build the native modules."
68-
echo "Please see https://github.com/cdr/code-server/blob/master/docs/npm.md"
68+
echo "Please see https://github.com/coder/code-server/blob/master/docs/npm.md"
6969
exit 1
7070
fi
7171

‎ci/build/release-prep.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ main() {
9090

9191
echo -e "\nOpening a draft PR on GitHub"
9292
# To read about these flags, visit the docs: https://cli.github.com/manual/gh_pr_create
93-
$CMD gh pr create --base main --title "release: $CODE_SERVER_VERSION_TO_UPDATE" --body "$RELEASE_TEMPLATE_STRING" --reviewer @cdr/code-server-reviewers --repo cdr/code-server --draft --assignee "@me"
93+
$CMD gh pr create --base main --title "release: $CODE_SERVER_VERSION_TO_UPDATE" --body "$RELEASE_TEMPLATE_STRING" --reviewer @coder/code-server-reviewers --repo coder/code-server --draft --assignee "@me"
9494

9595
# Open PR in browser
9696
$CMD gh pr view --web

‎ci/helm-chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: code-server
3-
description: A Helm chart for cdr/code-server
3+
description: A Helm chart for coder/code-server
44

55
# A chart can be either an 'application' or a 'library' chart.
66
#

‎ci/steps/brew-bump.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ main() {
2121
exit 1
2222
fi
2323

24-
# NOTE: we need to make sure cdrci/homebrew-core
24+
# NOTE: we need to make sure coderci/homebrew-core
2525
# is up-to-date
2626
# otherwise, brew bump-formula-pr will use an
2727
# outdated base
28-
echo "Cloning cdrci/homebrew-core"
29-
git clone https://github.com/cdrci/homebrew-core.git
28+
echo "Cloning coderci/homebrew-core"
29+
git clone https://github.com/coderci/homebrew-core.git
3030

3131
# Make sure the git clone step is successful
3232
if directory_exists "homebrew-core"; then
@@ -57,7 +57,7 @@ main() {
5757
echo "Merging in latest Homebrew/homebrew-core changes"
5858
git merge upstream/master
5959

60-
echo "Pushing changes to cdrci/homebrew-core fork on GitHub"
60+
echo "Pushing changes to coderci/homebrew-core fork on GitHub"
6161

6262
# GIT_ASKPASS lets us use the password when pushing without revealing it in the process list
6363
# See: https://serverfault.com/a/912788
@@ -86,7 +86,7 @@ main() {
8686
# Export the variables so git sees them
8787
export HOMEBREW_GITHUB_API_TOKEN="$HOMEBREW_GITHUB_API_TOKEN"
8888
export GIT_ASKPASS="$PATH_TO_ASKPASS"
89-
git push https://cdr-oss@github.com/cdr-oss/homebrew-core.git --all
89+
git push https://coder-oss@github.com/coder-oss/homebrew-core.git --all
9090

9191
# Find the docs for bump-formula-pr here
9292
# https://github.com/Homebrew/brew/blob/master/Library/Homebrew/dev-cmd/bump-formula-pr.rb#L18

‎ci/steps/publish-npm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ main() {
8383
tar -xzf release-npm-package/package.tar.gz
8484

8585
# Ignore symlink when publishing npm package
86-
# See: https://github.com/cdr/code-server/pull/3935
86+
# See: https://github.com/coder/code-server/pull/3935
8787
echo "node_modules.asar" > release/.npmignore
8888

8989
# NOTES:@jsjoeio

‎docs/CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ These are required by VS Code. See [their Wiki](https://github.com/microsoft/vsc
6161

6262
## Creating pull requests
6363

64-
Please create a [GitHub Issue](https://github.com/cdr/code-server/issues) that
64+
Please create a [GitHub Issue](https://github.com/coder/code-server/issues) that
6565
includes context for issues that you see. You can skip this if the proposed fix
6666
is minor.
6767

@@ -78,12 +78,12 @@ we'll guide you.
7878

7979
## Development workflow
8080

81-
The current development workflow is a bit tricky because we have this repo and we use our `cdr/vscode` fork inside it with [`yarn link`](https://classic.yarnpkg.com/lang/en/docs/cli/link/).
81+
The current development workflow is a bit tricky because we have this repo and we use our `coder/vscode` fork inside it with [`yarn link`](https://classic.yarnpkg.com/lang/en/docs/cli/link/).
8282

8383
Here are these steps you should follow to get your dev environment setup:
8484

85-
1. `git clone https://github.com/cdr/code-server.git` - Clone `code-server`
86-
2. `git clone https://github.com/cdr/vscode.git` - Clone `vscode`
85+
1. `git clone https://github.com/coder/code-server.git` - Clone `code-server`
86+
2. `git clone https://github.com/coder/vscode.git` - Clone `vscode`
8787
3. `cd vscode && yarn install` - install the dependencies in the `vscode` repo
8888
4. `cd code-server && yarn install` - install the dependencies in the `code-server` repo
8989
5. `cd vscode && yarn link` - use `yarn` to create a symlink to the `vscode` repo (`code-oss-dev` package)
@@ -92,14 +92,14 @@ Here are these steps you should follow to get your dev environment setup:
9292

9393
### Updates to VS Code
9494

95-
If changes are made and merged into `main` in the [`cdr/vscode`](https://github.com/cdr/vscode) repo, then you'll need to update the version in the `code-server` repo by following these steps:
95+
If changes are made and merged into `main` in the [`coder/vscode`](https://github.com/coder/vscode) repo, then you'll need to update the version in the `code-server` repo by following these steps:
9696

9797
1. Update the package tag listed in `vendor/package.json`:
9898

9999
```json
100100
{
101101
"devDependencies": {
102-
"vscode": "cdr/vscode#<latest-commit-sha>"
102+
"vscode": "coder/vscode#<latest-commit-sha>"
103103
}
104104
}
105105
```
@@ -148,7 +148,7 @@ yarn package
148148
149149
### Help
150150

151-
If you get stuck or need help, you can always start a new GitHub Discussion [here](https://github.com/cdr/code-server/discussions). One of the maintainers will respond and help you out.
151+
If you get stuck or need help, you can always start a new GitHub Discussion [here](https://github.com/coder/code-server/discussions). One of the maintainers will respond and help you out.
152152

153153
## Test
154154

‎docs/FAQ.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
## Questions?
3838

3939
Please file all questions and support requests at
40-
<https://github.com/cdr/code-server/discussions>.
40+
<https://github.com/coder/code-server/discussions>.
4141

4242
## How should I expose code-server to the internet?
4343

@@ -111,11 +111,11 @@ These are the closed-source extensions that are presently unavailable:
111111

112112
1. [Live Share](https://visualstudio.microsoft.com/services/live-share). We may
113113
implement something similar (see
114-
[#33](https://github.com/cdr/code-server/issues/33))
114+
[#33](https://github.com/coder/code-server/issues/33))
115115
1. [Remote Extensions (SSH, Containers,
116116
WSL)](https://github.com/microsoft/vscode-remote-release). We may implement
117117
these again at some point, see
118-
([#1315](https://github.com/cdr/code-server/issues/1315)).
118+
([#1315](https://github.com/coder/code-server/issues/1315)).
119119

120120
For more about the closed source portions of VS Code, see [vscodium/vscodium](https://github.com/VSCodium/vscodium#why-does-this-exist).
121121

@@ -222,7 +222,7 @@ You may have to give Node.js full disk access, since it doesn't implement any of
222222
Privacy** > **Privacy** > **Full Disk Access**. Then, click the 🔒 to unlock,
223223
click **+**, and select the Node.js binary you located in the previous step.
224224

225-
See [#2794](https://github.com/cdr/code-server/issues/2794) for additional context.
225+
See [#2794](https://github.com/coder/code-server/issues/2794) for additional context.
226226

227227
## How do I direct server-side requests through a proxy?
228228

@@ -302,7 +302,7 @@ after a predetermined amount of time, you can do so by checking continuously for
302302
the last modified time on the heartbeat file. If it is older than X minutes (or
303303
whatever amount of time you'd like), you can kill code-server.
304304

305-
Eventually, [#1636](https://github.com/cdr/code-server/issues/1636) will make
305+
Eventually, [#1636](https://github.com/coder/code-server/issues/1636) will make
306306
this process better.
307307

308308
## How do I change the password?
@@ -376,7 +376,7 @@ Theia doesn't allow you to reuse your existing VS Code config.
376376
## What's the difference between code-server and OpenVSCode-Server?
377377

378378
code-server and OpenVSCode-Server both allow you to access VS Code via a
379-
browser. The two projects also use their own [forks of VS Code](https://github.com/cdr/vscode) to
379+
browser. The two projects also use their own [forks of VS Code](https://github.com/coder/vscode) to
380380
leverage modern VS Code APIs and stay up to date with the upsteam version.
381381

382382
However, OpenVSCode-Server is scoped at only making VS Code available in the web browser.
@@ -388,7 +388,7 @@ code-server includes some other features:
388388
- plugin API
389389
- settings sync (coming soon)
390390

391-
For more details, see [this discussion post](https://github.com/cdr/code-server/discussions/4267#discussioncomment-1411583).
391+
For more details, see [this discussion post](https://github.com/coder/code-server/discussions/4267#discussioncomment-1411583).
392392

393393
## What's the difference between code-server and GitHub Codespaces?
394394

@@ -406,7 +406,7 @@ minute plus an additional twelve per hour.
406406

407407
## Are there community projects involving code-server?
408408

409-
Visit the [awesome-code-server](https://github.com/cdr/awesome-code-server)
409+
Visit the [awesome-code-server](https://github.com/coder/awesome-code-server)
410410
repository to view community projects and guides with code-server! Feel free to
411411
add your own!
412412

‎docs/MAINTAINING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,12 @@ If you're the current release manager, follow these steps:
185185
artifacts, publish the NPM package from `npm-package`, and publish the Docker
186186
Hub image from `release-images`.
187187
1. Update the AUR package. Instructions for updating the AUR package are at
188-
[cdr/code-server-aur](https://github.com/cdr/code-server-aur).
188+
[coder/code-server-aur](https://github.com/coder/code-server-aur).
189189
1. Wait for the npm package to be published.
190190

191191
#### AUR
192192

193-
We publish to AUR as a package [here](https://aur.archlinux.org/packages/code-server/). This process is manual and can be done by following the steps in [this repo](https://github.com/cdr/code-server-aur).
193+
We publish to AUR as a package [here](https://aur.archlinux.org/packages/code-server/). This process is manual and can be done by following the steps in [this repo](https://github.com/coder/code-server-aur).
194194

195195
#### Docker
196196

@@ -217,15 +217,15 @@ This is currently automated with the release process.
217217

218218
## Syncing with Upstream VS Code
219219

220-
The VS Code portion of code-server lives under [`cdr/vscode`](https://github.com/cdr/vscode). To update VS Code for code-server, follow these steps:
220+
The VS Code portion of code-server lives under [`coder/vscode`](https://github.com/coder/vscode). To update VS Code for code-server, follow these steps:
221221

222222
1. `git checkout -b vscode-update` - Create a new branch locally based off `main`
223223
2. `git fetch upstream` - Fetch upstream (VS Code)'s latest `main` branch
224224
3. `git merge upstream/main` - Merge it locally
225225
1. If there are merge conflicts, fix them locally
226226
4. Open a PR merging your branch (`vscode-update`) into `main` and add the code-server review team
227227

228-
Ideally, our fork stays as close to upstream as possible. See the differences between our fork and upstream [here](https://github.com/microsoft/vscode/compare/main...cdr:main).
228+
Ideally, our fork stays as close to upstream as possible. See the differences between our fork and upstream [here](https://github.com/microsoft/vscode/compare/main...coder:main).
229229

230230
## Testing
231231

@@ -247,7 +247,7 @@ Otherwise, talk to a current maintainer and ask which part of the codebase is la
247247

248248
Our docs are hosted on [Vercel](https://vercel.com/). Vercel only shows logs in realtime, which means you need to have the logs open in one tab and reproduce your error in another tab. Since our logs are private to Coder the organization, you can only follow these steps if you're a Coder employee. Ask a maintainer for help if you need it.
249249

250-
Taking a real scenario, let's say you wanted to troubleshoot [this docs change](https://github.com/cdr/code-server/pull/4042). Here is how you would do it:
250+
Taking a real scenario, let's say you wanted to troubleshoot [this docs change](https://github.com/coder/code-server/pull/4042). Here is how you would do it:
251251

252252
1. Go to https://vercel.com/codercom/codercom
253253
2. Click "View Function Logs"

‎docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# code-server
22

3-
[!["GitHub Discussions"](https://img.shields.io/badge/%20GitHub-%20Discussions-gray.svg?longCache=true&logo=github&colorB=purple)](https://github.com/coder/code-server/discussions) [!["Join us on Slack"](https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=brightgreen)](https://cdr.co/join-community) [![Twitter Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social)](https://twitter.com/coderhq) [![codecov](https://codecov.io/gh/coder/code-server/branch/main/graph/badge.svg?token=5iM9farjnC)](https://codecov.io/gh/coder/code-server) [![See v4.0.2 docs](https://img.shields.io/static/v1?label=Docs&message=see%20v4.0.2%20&color=blue)](https://github.com/coder/code-server/tree/v4.0.2/docs)
3+
[!["GitHub Discussions"](https://img.shields.io/badge/%20GitHub-%20Discussions-gray.svg?longCache=true&logo=github&colorB=purple)](https://github.com/coder/code-server/discussions) [!["Join us on Slack"](https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=brightgreen)](https://coder.co/join-community) [![Twitter Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social)](https://twitter.com/coderhq) [![codecov](https://codecov.io/gh/coder/code-server/branch/main/graph/badge.svg?token=5iM9farjnC)](https://codecov.io/gh/coder/code-server) [![See v4.0.2 docs](https://img.shields.io/static/v1?label=Docs&message=see%20v4.0.2%20&color=blue)](https://github.com/coder/code-server/tree/v4.0.2/docs)
44

55
Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and
66
access it in the browser.

‎docs/SECURITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ We use the following tools to help us stay on top of vulnerability mitigation.
2626

2727
Coder sponsors the development and maintenance of the code-server project. We will fix security issues within 90 days of receiving a report and publish the fix in a subsequent release. The code-server project does not provide backports or patch releases for security issues at this time.
2828

29-
| Version | Supported |
30-
| ----------------------------------------------------- | ------------------ |
31-
| [Latest](https://github.com/cdr/code-server/releases) | :white_check_mark: |
29+
| Version | Supported |
30+
| ------------------------------------------------------- | ------------------ |
31+
| [Latest](https://github.com/coder/code-server/releases) | :white_check_mark: |
3232

3333
## Reporting a Vulnerability
3434

‎docs/guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ instead and the path will be passed as is (e.g., `/absproxy/3000/my-app-path`).
345345
### Proxying to create a React app
346346

347347
You must use `/absproxy/<port>` with `create-react-app` (see
348-
[#2565](https://github.com/cdr/code-server/issues/2565) and
349-
[#2222](https://github.com/cdr/code-server/issues/2222) for more information).
348+
[#2565](https://github.com/coder/code-server/issues/2565) and
349+
[#2222](https://github.com/coder/code-server/issues/2222) for more information).
350350
You will need to inform `create-react-app` of the path at which you are serving
351351
via `$PUBLIC_URL` and webpack via `$WDS_SOCKET_PATH`:
352352

@@ -396,7 +396,7 @@ sudo apt update
396396
sudo apt install wget unzip openssh-server
397397
```
398398

399-
2. Start the SSH server and set the password for your user, if you haven't already. If you use [deploy-code-server](https://github.com/cdr/deploy-code-server),
399+
2. Start the SSH server and set the password for your user, if you haven't already. If you use [deploy-code-server](https://github.com/coder/deploy-code-server),
400400

401401
```bash
402402
sudo service ssh start

‎docs/helm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
[![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square)](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) [![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![AppVersion: 4.0.2](https://img.shields.io/badge/AppVersion-4.0.2-informational?style=flat-square)](https://img.shields.io/badge/AppVersion-4.0.2-informational?style=flat-square)
44

5-
[code-server](https://github.com/cdr/code-server) code-server is VS Code running
5+
[code-server](https://github.com/coder/code-server) code-server is VS Code running
66
on a remote server, accessible through the browser.
77

88
This chart is community maintained by [@Matthew-Beckett](https://github.com/Matthew-Beckett) and [@alexgorbatchev](https://github.com/alexgorbatchev)
99

1010
## Quickstart
1111

1212
```console
13-
$ git clone https://github.com/cdr/code-server
13+
$ git clone https://github.com/coder/code-server
1414
$ cd code-server
1515
$ helm upgrade --install code-server ci/helm-chart
1616
```
@@ -30,7 +30,7 @@ package manager.
3030
To install the chart with the release name `code-server`:
3131

3232
```console
33-
$ git clone https://github.com/cdr/code-server
33+
$ git clone https://github.com/coder/code-server
3434
$ cd code-server
3535
$ helm upgrade --install code-server ci/helm-chart
3636
```

‎docs/install.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ operating systems.
3030
## install.sh
3131

3232
The easiest way to install code-server is to use our [install
33-
script](https://github.com/cdr/code-server/blob/main/install.sh) for Linux, macOS and FreeBSD. The install script
33+
script](https://github.com/coder/code-server/blob/main/install.sh) for Linux, macOS and FreeBSD. The install script
3434
[attempts to use the system package manager](#detection-reference) if possible.
3535

3636
You can preview what occurs during the install process:
@@ -67,7 +67,7 @@ code-server.
6767
6868
If you prefer to install code-server manually, despite the [detection
6969
references](#detection-reference) and `--dry-run` feature, then continue on for
70-
information on how to do this. The [`install.sh`](https://github.com/cdr/code-server/blob/main/install.sh) script runs the
70+
information on how to do this. The [`install.sh`](https://github.com/coder/code-server/blob/main/install.sh) script runs the
7171
_exact_ same commands presented in the rest of this document.
7272

7373
### Detection reference
@@ -104,7 +104,7 @@ We recommend installing with `yarn` or `npm` when:
104104
1. You're on Linux with `glibc` < v2.17, `glibcxx` < v3.4.18 on `amd64`, `glibc`
105105
< v2.23, or `glibcxx` < v3.4.21 on `arm64`.
106106
1. You're running Alpine Linux or are using a non-glibc libc. See
107-
[#1430](https://github.com/cdr/code-server/issues/1430#issuecomment-629883198)
107+
[#1430](https://github.com/coder/code-server/issues/1430#issuecomment-629883198)
108108
for more information.
109109

110110
Installing code-server with `yarn` or `npm` builds native modules on install.
@@ -114,7 +114,7 @@ This process requires C dependencies; see our guide on [installing with yarn and
114114
## Standalone releases
115115

116116
We publish self-contained `.tar.gz` archives for every release on
117-
[GitHub](https://github.com/cdr/code-server/releases). The archives bundle the
117+
[GitHub](https://github.com/coder/code-server/releases). The archives bundle the
118118
node binary and node modules.
119119

120120
We create the standalone releases using the [npm package](#yarn-npm), and we
@@ -127,7 +127,7 @@ requirement).
127127
To use a standalone release:
128128

129129
1. Download the latest release archive for your system from
130-
[GitHub](https://github.com/cdr/code-server/releases).
130+
[GitHub](https://github.com/coder/code-server/releases).
131131
2. Unpack the release.
132132
3. Run code-server by executing `./bin/code-server`.
133133

@@ -139,7 +139,7 @@ release on Linux:
139139

140140
```bash
141141
mkdir -p ~/.local/lib ~/.local/bin
142-
curl -fL https://github.com/cdr/code-server/releases/download/v$VERSION/code-server-$VERSION-linux-amd64.tar.gz \
142+
curl -fL https://github.com/coder/code-server/releases/download/v$VERSION/code-server-$VERSION-linux-amd64.tar.gz \
143143
| tar -C ~/.local/lib -xz
144144
mv ~/.local/lib/code-server-$VERSION-linux-amd64 ~/.local/lib/code-server-$VERSION
145145
ln -s ~/.local/lib/code-server-$VERSION/bin/code-server ~/.local/bin/code-server
@@ -154,7 +154,7 @@ code-server
154154
> upgrade or [build with yarn](#yarn-npm).
155155
156156
```bash
157-
curl -fOL https://github.com/cdr/code-server/releases/download/v$VERSION/code-server_$VERSION_amd64.deb
157+
curl -fOL https://github.com/coder/code-server/releases/download/v$VERSION/code-server_$VERSION_amd64.deb
158158
sudo dpkg -i code-server_$VERSION_amd64.deb
159159
sudo systemctl enable --now code-server@$USER
160160
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
@@ -166,7 +166,7 @@ sudo systemctl enable --now code-server@$USER
166166
> with yarn](#yarn-npm).
167167
168168
```bash
169-
curl -fOL https://github.com/cdr/code-server/releases/download/v$VERSION/code-server-$VERSION-amd64.rpm
169+
curl -fOL https://github.com/coder/code-server/releases/download/v$VERSION/code-server-$VERSION-amd64.rpm
170170
sudo rpm -i code-server-$VERSION-amd64.rpm
171171
sudo systemctl enable --now code-server@$USER
172172
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
@@ -228,9 +228,9 @@ You can install code-server using the [Helm package manager](https://coder.com/d
228228

229229
## Windows
230230

231-
We currently [do not publish Windows releases](https://github.com/cdr/code-server/issues/1397). We recommend installing code-server onto Windows with [`yarn` or `npm`](#yarn-npm).
231+
We currently [do not publish Windows releases](https://github.com/coder/code-server/issues/1397). We recommend installing code-server onto Windows with [`yarn` or `npm`](#yarn-npm).
232232

233-
> Note: You will also need to [build cdr/cloud-agent manually](https://github.com/cdr/cloud-agent/issues/17) if you would like to use `code-server --link` on Windows.
233+
> Note: You will also need to [build coder/cloud-agent manually](https://github.com/coder/cloud-agent/issues/17) if you would like to use `code-server --link` on Windows.
234234
235235
## Raspberry Pi
236236

@@ -245,7 +245,7 @@ information.
245245
## Cloud providers
246246

247247
We maintain [one-click apps and install scripts for cloud
248-
providers](https://github.com/cdr/deploy-code-server) such as DigitalOcean,
248+
providers](https://github.com/coder/deploy-code-server) such as DigitalOcean,
249249
Railway, Heroku, and Azure.
250250

251251
## Uninstall

‎docs/ipad.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,26 +104,26 @@ and tricks helpful:
104104
process](#access-code-server-with-a-self-signed-certificate-on-an-ipad)
105105
- Keyboard issues:
106106
- The keyboard disappear sometimes
107-
[#979](https://github.com/cdr/code-server/issues/979)
107+
[#979](https://github.com/coder/code-server/issues/979)
108108
- Some expectations regarding shortcuts may not be met:
109109
- `cmd + n` opens new browser window instead of new file, and it's difficult
110110
to set alternative as a workaround
111111
- In general, expect to edit your keyboard shortcuts
112112
- There's no escape key by default on the Magic Keyboard, so most users set
113113
the globe key to be an escape key
114114
- Trackpad scrolling does not work on iPadOS < 14.5
115-
([#1455](https://github.com/cdr/code-server/issues/1455))
115+
([#1455](https://github.com/coder/code-server/issues/1455))
116116
- [WebKit fix](https://bugs.webkit.org/show_bug.cgi?id=210071#c13)
117-
- Keyboard may lose focus in Safari / split view [#4182](https://github.com/cdr/code-server/issues/4182)
118-
- Terminal text does not appear by default [#3824](https://github.com/cdr/code-server/issues/3824)
119-
- Copy & paste in terminal does not work well with keyboard shortcuts [#3491](https://github.com/cdr/code-server/issues/3491)
117+
- Keyboard may lose focus in Safari / split view [#4182](https://github.com/coder/code-server/issues/4182)
118+
- Terminal text does not appear by default [#3824](https://github.com/coder/code-server/issues/3824)
119+
- Copy & paste in terminal does not work well with keyboard shortcuts [#3491](https://github.com/coder/code-server/issues/3491)
120120
- `ctrl+c` does not stop a long-running process in the browser
121121
- Tracking upstream issue here:
122122
[#114009](https://github.com/microsoft/vscode/issues/114009)
123123
- See [workaround](#ctrl-c-workaround)
124124

125125
Additionally, see [issues in the code-server repo that are tagged with the `os-ios`
126-
label](https://github.com/cdr/code-server/issues?q=is%3Aopen+is%3Aissue+label%3Aos-ios)
126+
label](https://github.com/coder/code-server/issues?q=is%3Aopen+is%3Aissue+label%3Aos-ios)
127127
for more information.
128128

129129
### Workaround for issue with `ctrl+c` not stopping a running process in the terminal

‎docs/link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ for accessing your IDE out of the box.
77

88
```console
99
$ code-server --link
10-
Proxying code-server, you can access your IDE at https://example.cdr.co
10+
Proxying code-server, you can access your IDE at https://example.coder.co
1111
```

‎docs/npm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ which is currently `14.x`. VS Code also [lists Node.js
2727
requirements](https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites).
2828

2929
Using other versions of Node.js [may lead to unexpected
30-
behavior](https://github.com/cdr/code-server/issues/1633).
30+
behavior](https://github.com/coder/code-server/issues/1633).
3131

3232
## Ubuntu, Debian
3333

@@ -100,7 +100,7 @@ yarn global bin
100100
# Or: npm config get prefix
101101
```
102102

103-
For help and additional troubleshooting, see [#1397](https://github.com/cdr/code-server/issues/1397).
103+
For help and additional troubleshooting, see [#1397](https://github.com/coder/code-server/issues/1397).
104104

105105
## Installing
106106

@@ -116,7 +116,7 @@ code-server
116116
## Troubleshooting
117117

118118
If you need further assistance, post on our [GitHub Discussions
119-
page](https://github.com/cdr/code-server/discussions).
119+
page](https://github.com/coder/code-server/discussions).
120120

121121
### Issues with Node.js after version upgrades
122122

‎docs/triage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ This will show issues that:
2828
1. If more information is required, please ask the submitter and tag as
2929
`waiting-for-info` and wait.
3030
1. Finally, the issue should be moved into the
31-
[code-server](https://github.com/cdr/code-server/projects/1) project where we
31+
[code-server](https://github.com/coder/code-server/projects/1) project where we
3232
pick out issues to fix and track their progress.
3333

34-
We also use [milestones](https://github.com/cdr/code-server/milestones) to track
34+
We also use [milestones](https://github.com/coder/code-server/milestones) to track
3535
what issues are planned/or were closed for what release.

‎package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"license": "MIT",
44
"version": "4.0.2",
55
"description": "Run VS Code on a remote server.",
6-
"homepage": "https://github.com/cdr/code-server",
6+
"homepage": "https://github.com/coder/code-server",
77
"bugs": {
8-
"url": "https://github.com/cdr/code-server/issues"
8+
"url": "https://github.com/coder/code-server/issues"
99
},
10-
"repository": "https://github.com/cdr/code-server",
10+
"repository": "https://github.com/coder/code-server",
1111
"scripts": {
1212
"clean": "./ci/build/clean.sh",
1313
"build": "./ci/build/build-code-server.sh",

‎src/node/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ const options: Options<Required<UserProvidedArgs>> = {
229229
type: OptionalString,
230230
description: `
231231
Securely bind code-server via our cloud service with the passed name. You'll get a URL like
232-
https://hostname-username.cdr.co at which you can easily access your code-server instance.
232+
https://hostname-username.coder.co at which you can easily access your code-server instance.
233233
Authorization is done via GitHub.
234234
`,
235235
deprecated: true,

‎src/node/coder_cloud.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { spawn } from "child_process"
33
import path from "path"
44
import split2 from "split2"
55

6-
// https://github.com/cdr/coder-cloud
6+
// https://github.com/coder/coder-cloud
77
const coderCloudAgent = path.resolve(__dirname, "../../lib/coder-cloud-agent")
88

99
function runAgent(...args: string[]): Promise<void> {

‎test/e2e/extensions/test-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "code-server-extension",
33
"description": "code-server test extension",
44
"version": "0.0.1",
5-
"publisher": "cdr",
5+
"publisher": "coder",
66
"activationEvents": [
77
"onCommand:codeServerTest.proxyUri"
88
],

‎test/unit/node/constants.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe("constants", () => {
88
const mockPackageJson = {
99
name: "mock-code-server",
1010
description: "Run VS Code on a remote server.",
11-
repository: "https://github.com/cdr/code-server",
11+
repository: "https://github.com/coder/code-server",
1212
version: "1.0.0",
1313
commit: "f6b2be2838f4afb217c2fd8f03eafedd8d55ef9b",
1414
}

‎typings/pluginapi.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ import Websocket from "ws"
7272
* "plugin": {
7373
* "name": "test-plugin",
7474
* "version": "1.0.0",
75-
* "modulePath": "/Users/nhooyr/src/cdr/code-server/test/test-plugin",
75+
* "modulePath": "/Users/nhooyr/src/coder/code-server/test/test-plugin",
7676
* "displayName": "Test Plugin",
7777
* "description": "Plugin used in code-server tests.",
7878
* "routerPath": "/test-plugin",

‎vendor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"postinstall": "./postinstall.sh"
88
},
99
"devDependencies": {
10-
"code-oss-dev": "cdr/vscode#d4f09b4df0d23ead4389b4a69c6fad86ac358892"
10+
"code-oss-dev": "coder/vscode#d4f09b4df0d23ead4389b4a69c6fad86ac358892"
1111
}
1212
}

‎vendor/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,9 @@ clone-response@^1.0.2:
274274
dependencies:
275275
mimic-response "^1.0.0"
276276

277-
code-oss-dev@cdr/vscode#d4f09b4df0d23ead4389b4a69c6fad86ac358892:
277+
code-oss-dev@coder/vscode#d4f09b4df0d23ead4389b4a69c6fad86ac358892:
278278
version "1.63.0"
279-
resolved "https://codeload.github.com/cdr/vscode/tar.gz/d4f09b4df0d23ead4389b4a69c6fad86ac358892"
279+
resolved "https://codeload.github.com/coder/vscode/tar.gz/d4f09b4df0d23ead4389b4a69c6fad86ac358892"
280280
dependencies:
281281
"@microsoft/applicationinsights-web" "^2.6.4"
282282
"@parcel/watcher" "2.0.3"

0 commit comments

Comments
 (0)
Please sign in to comment.