code-server/test/e2e
Asher 5bc26e90cb
fix: version in about dialog (#5057)
* Fix code-server version not appearing in other languages

It needs to be separate from the localize call since the language
version of that string is used and it will not include a spot for the
code-server version.

I also moved the "v" so we do not get "vUnknown".

* Add code-server version to product configuration

Before 1.64 the entire product configuration was sent to the client but
that was removed so we have to add anything we want to use on the
client, like the code-server version (used in the about dialog).

Fixes #5027.

* Refresh patches

* Change version test to look for specific version

This will catch if we are not sending the actual version to the client.
2022-03-31 16:14:03 -05:00
..
extensions/test-extension docs: Update some more links (#4806) 2022-02-01 09:45:19 -07:00
models chore: update vscode to 1.64 (#4902) 2022-03-09 14:28:52 -07:00
baseFixture.ts feat: migrate state to new database name (#4938) 2022-03-03 12:32:43 -06:00
codeServer.test.ts chore: update vscode to 1.64 (#4902) 2022-03-09 14:28:52 -07:00
extensions.test.ts feat: github-auth flag (#4926) 2022-03-02 14:02:51 -06:00
github.test.ts feat: github-auth flag (#4926) 2022-03-02 14:02:51 -06:00
globalSetup.test.ts feat: github-auth flag (#4926) 2022-03-02 14:02:51 -06:00
login.test.ts feat: github-auth flag (#4926) 2022-03-02 14:02:51 -06:00
logout.test.ts feat: github-auth flag (#4926) 2022-03-02 14:02:51 -06:00
openHelpAbout.test.ts fix: version in about dialog (#5057) 2022-03-31 16:14:03 -05:00
terminal.test.ts feat: github-auth flag (#4926) 2022-03-02 14:02:51 -06:00