mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
* Update Code to 1.75.0 - getting-started.diff: The way to get an icon's class changed - proxy-uri.diff: The product service is passed in so we can get the proxy URI from that now instead of passing it in separately. * Remove workspace trust test Something in how/when Code displays the trust dialog appears to have changed, failing the test. I am not sure it makes sense for us to be testing upstream code anyway. * Use regular Node for watch Since we spawn the watch script with ts-node it was using ts-node for the web server spawn as well. With latest Code there are for some reason type errors (it cannot find @types/node) but this is already compiled code which already passed type checks; any type errors here are useless. To fix spawn with regular Node. * Fix some workers not loading |
||
|---|---|---|
| .. | ||
| extensions | ||
| models | ||
| baseFixture.ts | ||
| codeServer.test.ts | ||
| displayLang.test.ts | ||
| downloads.test.ts | ||
| extensions.test.ts | ||
| github.test.ts | ||
| login.test.ts | ||
| logout.test.ts | ||
| openHelpAbout.test.ts | ||
| routes.test.ts | ||
| terminal.test.ts | ||
| webview.test.ts | ||