Skip to content

Commit

Permalink
chore: bump devcontainer to Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
AFRUITPIE committed Aug 20, 2023
1 parent cf723b7 commit f157ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f157ebb

Please sign in to comment.