[server] add vscode(-insiders) ouath2 clients#6272
Conversation
|
/werft run 👍 started the job as gitpod-build-server-vscode-oauth2.1 |
|
/werft run 👍 started the job as gitpod-build-server-vscode-oauth2.2 |
|
/werft run 👍 started the job as gitpod-build-server-vscode-oauth2.3 |
|
/werft run 👍 started the job as gitpod-build-server-vscode-oauth2.4 |
|
/werft run 👍 started the job as gitpod-build-server-vscode-oauth2.5 |
|
/werft run 👍 started the job as gitpod-build-server-vscode-oauth2.6 |
8d0cb95 to
265ce2c
Compare
|
/werft run 👍 started the job as gitpod-build-server-vscode-oauth2.9 |
4ccda96 to
1029829
Compare
| var user: MaybeUser; | ||
| if (accessToken.user) { | ||
| user = await this.findUserById(accessToken.user.id) | ||
| user = await this.findUserById(String(accessToken.user.id)) |
There was a problem hiding this comment.
nit: we never use String. In this case maybe .toString() would be a more idiomatic solution.
|
/werft run 👍 started the job as gitpod-build-server-vscode-oauth2.12 |
|
Added team IDE because merging actually blocked by me 😅 |
|
Closing this for now. see internal discussion. |
66a2b05 to
71c83cb
Compare
|
/werft run with-clean-slate-deployment 👍 started the job as gitpod-build-server-vscode-oauth2.19 |
|
/werft run 👍 started the job as gitpod-build-server-vscode-oauth2.22 |
ec64495 to
aaa462c
Compare
aaa462c to
5a2989a
Compare
|
@geropl could you review this 🙏 |
|
/unhold |
Description
It adds 2 new oauth2 clients for Gitpod Server: VS Code Desktop and VS Code Desktop Insiders.
Related Issue(s)
#3733
How to test
Check that the local app is still working.
Release Notes
Documentation