chore: bump devcontainer to Ubuntu 22.04 to resolve arm64 incompatibility (#9245)

This commit is contained in:
Hayden Hong 2023-08-24 07:22:34 -07:00 committed by GitHub
parent 13a8ba1528
commit 17d3e60e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{
"image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu-20.04",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04",
"settings": {
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",