mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Update all the minor packages; reformat and bump (#6064)
Formats all the things too.
This commit is contained in:
@@ -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"],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user