code-server/patches
Asher 34c6751bf8
Update VS Code to 1.92.2 (#6941)
* Update VS Code to 1.92.2

* 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.

* Drop es2020 patch

Unfortunately, VS Code will not load with this.  It seems to be because
`this` is being used in static properties, and it becomes `void 0` for
some reason under the es2020 target.  For example:

  static PREFIX_BY_CATEGORY = `${this.PREFIX}${this.SCOPE_PREFIX}`;

becomes

  AbstractGotoSymbolQuickAccessProvider.PREFIX_BY_CATEGORY = `${(void 0).PREFIX}${(void 0).SCOPE_PREFIX}`;

Which, obviously, will not work.

Older versions of Safari (and maybe other browsers) are likely affected.

* Fix display language

* Update Playwright

I think maybe because of the dropped es2020 patch that Webkit is now
failing because it is too old.

* Do not wait for networkidle in e2e tests

I am not sure what is going on but some tests on Webkit are timing out
and it seems the page is loaded but something is still trying to
download.  Not good, but for now try to at least get the tests passing.
2024-08-15 21:33:21 -08:00
..
base-path.diff Update VS Code to 1.92.2 (#6941) 2024-08-15 21:33:21 -08:00
cli-window-open.diff Update Code to 1.88.0 (#6745) 2024-04-05 14:20:28 -08:00
clipboard.diff Update VS Code to 1.92.2 (#6941) 2024-08-15 21:33:21 -08:00
disable-builtin-ext-update.diff Update VS Code to 1.92.2 (#6941) 2024-08-15 21:33:21 -08:00
display-language.diff Update VS Code to 1.92.2 (#6941) 2024-08-15 21:33:21 -08:00
external-file-actions.diff Update VS Code to 1.92.2 (#6941) 2024-08-15 21:33:21 -08:00
getting-started.diff Update VS Code to 1.92.2 (#6941) 2024-08-15 21:33:21 -08:00
insecure-notification.diff Update to 1.71 (#5535) 2022-09-09 16:28:54 +00:00
integration.diff Update VS Code to 1.92.2 (#6941) 2024-08-15 21:33:21 -08:00
keepalive.diff Update VS Code to 1.92.2 (#6941) 2024-08-15 21:33:21 -08:00
local-storage.diff Update VS Code to 1.92.2 (#6941) 2024-08-15 21:33:21 -08:00
logout.diff Update VS Code to 1.92.2 (#6941) 2024-08-15 21:33:21 -08:00
marketplace.diff Update VS Code to 1.92.2 (#6941) 2024-08-15 21:33:21 -08:00
proposed-api.diff Update to Code 1.91.0 (#6885) 2024-07-08 14:10:34 -08:00
proxy-uri.diff Update VS Code to 1.92.2 (#6941) 2024-08-15 21:33:21 -08:00
series Update VS Code to 1.92.2 (#6941) 2024-08-15 21:33:21 -08:00
service-worker.diff Update VS Code to 1.92.2 (#6941) 2024-08-15 21:33:21 -08:00
sourcemaps.diff Update VS Code to 1.92.2 (#6941) 2024-08-15 21:33:21 -08:00
store-socket.diff Update VS Code to 1.92.2 (#6941) 2024-08-15 21:33:21 -08:00
telemetry.diff Update VS Code to 1.92.2 (#6941) 2024-08-15 21:33:21 -08:00
unique-db.diff Update Code to 1.85.0 (#6573) 2023-12-15 12:38:01 -09:00
update-check.diff Update VS Code to 1.92.2 (#6941) 2024-08-15 21:33:21 -08:00
webview.diff Update VS Code to 1.92.2 (#6941) 2024-08-15 21:33:21 -08:00