Skip to content

Commit 5b4fb69

Browse files
committed
docs: fix codetour and docs
1 parent b176e3e commit 5b4fb69

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.tours/contributing.tour

+3-3
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@
143143
"description": "Static images and the manifest live here in `src/browser/media` (see the explorer)."
144144
},
145145
{
146-
"file": "ci/dev/vscode.patch",
146+
"directory": "lib/vscode",
147147
"line": 1,
148-
"description": "code-server makes use of VS Code's frontend web/remote support. Most of the patch implements 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/doc/CONTRIBUTING.md#vs-code-patch](https://github.com/cdr/code-server/blob/master/doc/CONTRIBUTING.md#vs-code-patch) for a list.\n\nWe make an effort to keep the patch as small 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/cdr/code-server/blob/master/doc/CONTRIBUTING.md#modifications-to-vs-code](https://github.com/cdr/code-server/blob/master/doc/CONTRIBUTING.md#modifications-to-vs-code) for a list.\n\nWe make an effort to keep the modifications as few as possible."
149149
}
150150
]
151-
}
151+
}

doc/CONTRIBUTING.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
# Contributing
44

5-
- [Contributing](#contributing)
65
- [Pull Requests](#pull-requests)
76
- [Requirements](#requirements)
87
- [Development Workflow](#development-workflow)
98
- [Build](#build)
109
- [Structure](#structure)
11-
- [VS Code Patch](#vs-code-patch)
10+
- [Modifications to VS Code](#modifications-to-vs-code)
1211
- [Currently Known Issues](#currently-known-issues)
1312

1413
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -114,7 +113,7 @@ The CLI code is in [./src/node](./src/node) and the HTTP routes are implemented
114113

115114
Most of the meaty parts are in the VS Code portion of the codebase under [./lib/vscode](./lib/vscode), which we described next.
116115

117-
### VS Code Patch
116+
### Modifications to VS Code
118117

119118
In v1 of code-server, we had a patch of VS Code that split the codebase into a front-end
120119
and a server. The front-end consisted of all UI code, while the server ran the extensions

0 commit comments

Comments
 (0)