hello-algo/codes/devcontainer.json
2023-12-01 20:47:19 +08:00

8 lines
160 B
JSON

{
"name": "hello-algo-code",
"extensions": [
"ms-python.python",
"ms-vscode.cpptools",
// List other extensions you want
]
}