Files
oceanbase/.devcontainer/devcontainer.json
tison 479f0727d0 use Dockerfile
Signed-off-by: tison <wander4096@gmail.com>
2023-04-25 21:11:23 +08:00

17 lines
371 B
JSON

{
"name": "OceanBase",
"dockerFile": "Dockerfile",
"postAttachCommand": "bash",
"customizations": {
"vscode": {
"extensions": [
"cschleiden.vscode-github-actions",
"vadimcn.vscode-lldb"
],
"settings": {
"editor.formatOnSave": true
}
}
}
}