initial
This commit is contained in:
26
.devcontainer/devcontainer.json
Normal file
26
.devcontainer/devcontainer.json
Normal file
@ -0,0 +1,26 @@
|
||||
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
|
||||
// README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile
|
||||
{
|
||||
"name": "stm32_devcontainer",
|
||||
"dockerComposeFile": "../docker/docker-compose.yaml",
|
||||
"service": "stm32_devcontainer",
|
||||
"workspaceFolder": "/home/stm32_devcontainer",
|
||||
"shutdownAction": "stopCompose",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"ms-vscode.cpptools",
|
||||
"waderyan.gitblame",
|
||||
"ms-vscode.cpptools-themes",
|
||||
"twxs.cmake",
|
||||
"donjayamanne.python-extension-pack",
|
||||
"ms-iot.vscode-ros",
|
||||
"mhutchie.git-graph",
|
||||
"arturock.gitstash",
|
||||
"bierner.markdown-mermaid",
|
||||
"marus25.cortex-debug",
|
||||
"tomoki1207.pdf"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user