mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-30 06:50:36 +02:00
chore: bump devcontainer to Ubuntu 22.04 to resolve arm64 incompatibility (#9245)
This commit is contained in:
parent
13a8ba1528
commit
17d3e60e20
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"image": "mcr.microsoft.com/vscode/devcontainers/base:ubuntu-20.04",
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-22.04",
|
||||||
"settings": {
|
"settings": {
|
||||||
"[typescript]": {
|
"[typescript]": {
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue