Update all the minor packages; reformat and bump (#6064)

Formats all the things too.
This commit is contained in:
Matt Godbolt
2024-01-29 21:37:48 -06:00
committed by GitHub
parent cb45c81147
commit 61b979cd58
6 changed files with 1059 additions and 1018 deletions

View File

@@ -2,15 +2,15 @@
"name": "compiler-explorer",
"dockerFile": "Dockerfile",
"build": {
"args": {"NODE_MAJOR_VERSION": "20"}
"args": {"NODE_MAJOR_VERSION": "20"},
},
"postCreateCommand": [".devcontainer/post-create.sh"],
"portsAttributes": {
"10240": {"label": "Compiler Explorer"}
"10240": {"label": "Compiler Explorer"},
},
"customizations": {
"vscode": {
"extensions": ["dbaeumer.vscode-eslint", "EditorConfig.EditorConfig", "esbenp.prettier-vscode"]
}
}
"extensions": ["dbaeumer.vscode-eslint", "EditorConfig.EditorConfig", "esbenp.prettier-vscode"],
},
},
}