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
"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)"
84
84
},
85
85
{
86
86
"file": "src/node/routes/pathProxy.ts",
87
87
"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)"
89
89
},
90
90
{
91
91
"file": "src/node/proxy.ts",
@@ -95,7 +95,7 @@
95
95
{
96
96
"file": "src/node/routes/health.ts",
97
97
"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)"
99
99
},
100
100
{
101
101
"file": "src/node/routes/login.ts",
@@ -145,7 +145,7 @@
145
145
{
146
146
"directory": "vendor/modules/code-oss-dev",
147
147
"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."
Copy file name to clipboardExpand all lines: .tours/start-development.tour
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
{
21
21
"file": "src/node/app.ts",
22
22
"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)"
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+7-7
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.
For more about the closed source portions of VS Code, see [vscodium/vscodium](https://github.com/VSCodium/vscodium#why-does-this-exist).
121
121
@@ -222,7 +222,7 @@ You may have to give Node.js full disk access, since it doesn't implement any of
222
222
Privacy** > **Privacy** > **Full Disk Access**. Then, click the 🔒 to unlock,
223
223
click **+**, and select the Node.js binary you located in the previous step.
224
224
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.
226
226
227
227
## How do I direct server-side requests through a proxy?
228
228
@@ -302,7 +302,7 @@ after a predetermined amount of time, you can do so by checking continuously for
302
302
the last modified time on the heartbeat file. If it is older than X minutes (or
303
303
whatever amount of time you'd like), you can kill code-server.
304
304
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
306
306
this process better.
307
307
308
308
## How do I change the password?
@@ -376,7 +376,7 @@ Theia doesn't allow you to reuse your existing VS Code config.
376
376
## What's the difference between code-server and OpenVSCode-Server?
377
377
378
378
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
380
380
leverage modern VS Code APIs and stay up to date with the upsteam version.
381
381
382
382
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:
388
388
- plugin API
389
389
- settings sync (coming soon)
390
390
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).
392
392
393
393
## What's the difference between code-server and GitHub Codespaces?
394
394
@@ -406,7 +406,7 @@ minute plus an additional twelve per hour.
406
406
407
407
## Are there community projects involving code-server?
408
408
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)
410
410
repository to view community projects and guides with code-server! Feel free to
0 commit comments