chore: add devcontainer

Signed-off-by: tison <wander4096@gmail.com>
This commit is contained in:
tison 2023-04-25 20:33:42 +08:00
parent 378b220933
commit b4849e7457
No known key found for this signature in database
GPG Key ID: CD8564CB6A21E526

View File

@ -0,0 +1,20 @@
{
"name": "OceanBase",
"image": "ubuntu:20.04",
"mounts": [
// "source=${localEnv:HOME}/.cargo/registry,target=/opt/rust/cargo/registry,type=bind,consistency=cached"
],
"updateRemoteUserUID": true,
"postAttachCommand": "bash",
"customizations": {
"vscode": {
"extensions": [
"cschleiden.vscode-github-actions",
"vadimcn.vscode-lldb"
],
"settings": {
"editor.formatOnSave": true
}
}
}
}