-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Commit fe50409
committed
Use server-main.js to load VS Code
It looks like the bootstrap files are now bundled so we can no longer
require them. We could make them included again, but maybe it is better
to go through the main entrypoint anyway because it includes some nls
stuff which is maybe necessary.
This also fixes what looks like a bug where we could create two servers
if two requests came in. I am not sure what the practical consequences
of that would be, but it will no longer do that.1 parent 873cb61 commit fe50409
File tree
5 files changed
+70
-56
lines changed- patches
- src/node
- routes
5 files changed
+70
-56
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
275 | + | ||
276 | + | ||
277 | + | ||
278 | + | ||
279 | + | ||
280 | + | ||
281 | + | ||
282 | + | ||
283 | + | ||
284 | + | ||
285 | + | ||
286 | + | ||
287 | + | ||
288 | + | ||
289 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
837 | 837 |
| |
838 | 838 |
| |
839 | 839 |
| |
840 | - | ||
841 | - | ||
842 | - | ||
843 | - | ||
844 | - | ||
845 | 840 |
| |
846 | 841 |
| |
847 | 842 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | + | ||
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
6 | - | ||
7 | - | ||
7 | + | ||
8 | + | ||
8 | 9 |
| |
9 | - | ||
10 | + | ||
11 | + | ||
10 | 12 |
| |
11 | 13 |
| |
12 | 14 |
| |
| |||
46 | 48 |
| |
47 | 49 |
| |
48 | 50 |
| |
49 | - | ||
50 | - | ||
51 | - | ||
52 | - | ||
53 | 51 |
| |
54 | - | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | - | ||
11 | + | ||
12 | 12 |
| |
13 | 13 |
| |
14 | - | ||
14 | + | ||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 | - | ||
35 | - | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
36 | 67 |
| |
37 | - | ||
38 | - | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
39 | 74 |
| |
40 | 75 |
| |
41 | 76 |
| |
| |||
49 | 84 |
| |
50 | 85 |
| |
51 | 86 |
| |
52 | - | ||
53 | - | ||
87 | + | ||
88 | + | ||
89 | + | ||
54 | 90 |
| |
55 | - | ||
56 | - | ||
57 | - | ||
58 | - | ||
59 | - | ||
60 | - | ||
61 | - | ||
62 | - | ||
91 | + | ||
63 | 92 |
| |
93 | + | ||
64 | 94 |
| |
65 | 95 |
| |
66 | - | ||
96 | + | ||
67 | 97 |
| |
68 | 98 |
| |
69 | 99 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 | - | ||
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
| |||
503 | 502 |
| |
504 | 503 |
| |
505 | 504 |
| |
506 | - | ||
507 | - | ||
508 | - | ||
509 | - | ||
510 | - | ||
511 | - | ||
512 | - | ||
513 | - | ||
514 | - | ||
515 | - | ||
516 | - | ||
517 | - | ||
518 | - | ||
519 | - | ||
520 | - | ||
521 | - | ||
522 | - | ||
523 | - | ||
524 | - | ||
525 | - | ||
526 | - | ||
527 | - | ||
528 | - | ||
529 | - | ||
530 | - | ||
531 | 505 |
| |
532 | 506 |
| |
533 | 507 |
| |
|
0 commit comments