You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ These are required by VS Code. See [their Wiki](https://github.com/microsoft/vsc
61
61
62
62
## Creating pull requests
63
63
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
65
65
includes context for issues that you see. You can skip this if the proposed fix
66
66
is minor.
67
67
@@ -78,12 +78,12 @@ we'll guide you.
78
78
79
79
## Development workflow
80
80
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/).
82
82
83
83
Here are these steps you should follow to get your dev environment setup:
3.`cd vscode && yarn install` - install the dependencies in the `vscode` repo
88
88
4.`cd code-server && yarn install` - install the dependencies in the `code-server` repo
89
89
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:
92
92
93
93
### Updates to VS Code
94
94
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:
96
96
97
97
1. Update the package tag listed in `vendor/package.json`:
98
98
99
99
```json
100
100
{
101
101
"devDependencies": {
102
-
"vscode": "cdr/vscode#<latest-commit-sha>"
102
+
"vscode": "coder/vscode#<latest-commit-sha>"
103
103
}
104
104
}
105
105
```
@@ -148,7 +148,7 @@ yarn package
148
148
149
149
### Help
150
150
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.
Copy file name to clipboardExpand all lines: docs/guide.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -345,8 +345,8 @@ instead and the path will be passed as is (e.g., `/absproxy/3000/my-app-path`).
345
345
### Proxying to create a React app
346
346
347
347
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).
350
350
You will need to inform `create-react-app` of the path at which you are serving
351
351
via `$PUBLIC_URL` and webpack via `$WDS_SOCKET_PATH`:
352
352
@@ -396,7 +396,7 @@ sudo apt update
396
396
sudo apt install wget unzip openssh-server
397
397
```
398
398
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),
[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
6
6
on a remote server, accessible through the browser.
7
7
8
8
This chart is community maintained by [@Matthew-Beckett](https://github.com/Matthew-Beckett) and [@alexgorbatchev](https://github.com/alexgorbatchev)
# 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
228
228
229
229
## Windows
230
230
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).
232
232
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.
234
234
235
235
## Raspberry Pi
236
236
@@ -245,7 +245,7 @@ information.
245
245
## Cloud providers
246
246
247
247
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,
0 commit comments