code-server/src/node/routes
Olivier Benz fc6064dcd3
Update Code to 1.94.2 (#7026)
* Update Code to 1.94.2

* Convert from yarn to npm

This is to match VS Code.  We were already partially using npm for the
releases so this is some nice alignment.

* Update caniuse-lite

This was complaining on every unit test.

* Update eslint

I was having a bunch of dependency conflicts and eslint seemed to be the
culprit so I just removed it and set it up again, since it seems things
have changed quite a bit.

* Update test dependencies

I was getting oom when running the unit tests...updating seems to work.

* Remove package.json `scripts` property in release

The new pre-install script was being included, which is dev-only.

This was always the intent; did not realize jq's merge was recursive.

* Remove jest and devDependencies in release as well

* Update test extension dependencies

This appears to be conflicting with the root dependencies.

* Fix playwright exec

npm does not let you run binaries like yarn does, as far as I know.

* Fix import of server-main.js

* Fix several tests by waiting for selectors
2024-10-17 20:32:21 -08:00
..
apps.ts plugin: Fixes for CI 2020-11-06 10:13:01 -05:00
domainProxy.ts Fix login page assets over proxy domain 2024-07-12 15:06:44 -08:00
errors.ts Do not log < 500 on web sockets as errors 2023-05-04 10:48:30 -08:00
health.ts Fix health socket not getting client messages 2021-02-16 15:01:46 -06:00
index.ts Add --abs-proxy-base-path for when code-server is not at the root (#6958) 2024-08-26 20:19:55 +00:00
login.ts Handle undefined body 2024-04-16 11:29:12 -08:00
logout.ts Fix relative paths (#4594) 2021-12-08 15:52:15 -06:00
pathProxy.ts Add --abs-proxy-base-path for when code-server is not at the root (#6958) 2024-08-26 20:19:55 +00:00
update.ts Implement last opened functionality (#4633) 2021-12-17 13:06:52 -06:00
vscode.ts Update Code to 1.94.2 (#7026) 2024-10-17 20:32:21 -08:00