|
5 | 5 | { |
6 | 6 | "directory": "src", |
7 | 7 | "line": 1, |
8 | | - "description": "Hello world! code-server's source code lives here. It's broadly arranged into browser code, Node code, and code shared between both." |
| 8 | + "description": "Hello world! code-server's source code lives here in `src` (see the explorer). It's broadly arranged into browser code, Node code, and code shared between both." |
9 | 9 | }, |
10 | 10 | { |
11 | 11 | "file": "src/node/entry.ts", |
|
58 | 58 | "description": "We pass sockets to child processes, however we can't pass TLS sockets so when code-server is handling TLS (via --cert) we use this to create a proxy that can be passed to the child." |
59 | 59 | }, |
60 | 60 | { |
61 | | - "file": "src/node/routes", |
| 61 | + "directory": "src/node/routes", |
62 | 62 | "line": 1, |
63 | | - "description": "code-server's routes live here." |
| 63 | + "description": "code-server's routes live here in `src/node/routes` (see the explorer)." |
64 | 64 | }, |
65 | 65 | { |
66 | 66 | "file": "src/node/routes/index.ts", |
|
128 | 128 | "description": "The service worker only exists to provide PWA functionality." |
129 | 129 | }, |
130 | 130 | { |
131 | | - "file": "src/browser/pages", |
| 131 | + "directory": "src/browser/pages", |
132 | 132 | "line": 1, |
133 | | - "description": "HTML, CSS, and JavaScript for each page lives here. Currently our HTML uses a simple search and replace template system with variables that {{LOOK_LIKE_THIS}}." |
| 133 | + "description": "HTML, CSS, and JavaScript for each page lives in here `src/browser/pages` (see the explorer). Currently our HTML uses a simple search and replace template system with variables that {{LOOK_LIKE_THIS}}." |
134 | 134 | }, |
135 | 135 | { |
136 | 136 | "file": "src/browser/pages/vscode.html", |
137 | 137 | "line": 1, |
138 | 138 | "description": "The VS Code HTML is based off VS Code's own `workbench.html`." |
139 | 139 | }, |
140 | 140 | { |
141 | | - "file": "src/browser/media", |
| 141 | + "directory": "src/browser/media", |
142 | 142 | "line": 1, |
143 | | - "description": "Static images and the manifest live here." |
| 143 | + "description": "Static images and the manifest live here in `src/browser/media` (see the explorer)." |
144 | 144 | }, |
145 | 145 | { |
146 | 146 | "file": "ci/dev/vscode.patch", |
|
0 commit comments