Merge pull request #6 from open-morphs/add-devcontainer
Initial commit for the Development Container config
This commit is contained in:
commit
d9ade9c938
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"name": "Open PineBuds Pro - VS Code Development Environment",
|
||||||
|
"build": {
|
||||||
|
"dockerfile": "../Dockerfile",
|
||||||
|
"context": ".."
|
||||||
|
},
|
||||||
|
"extensions": [
|
||||||
|
"ms-vscode.cmake-tools",
|
||||||
|
"ms-vscode.cpptools"
|
||||||
|
],
|
||||||
|
"runArgs": [
|
||||||
|
"--privileged"
|
||||||
|
],
|
||||||
|
"userEnvProbe": "loginInteractiveShell",
|
||||||
|
"remoteUser": "root"
|
||||||
|
}
|
|
@ -19,6 +19,7 @@
|
||||||
!.gitattributes
|
!.gitattributes
|
||||||
!.mailmap
|
!.mailmap
|
||||||
!.github
|
!.github
|
||||||
|
!.devcontainer
|
||||||
|
|
||||||
# Backup files
|
# Backup files
|
||||||
*~
|
*~
|
||||||
|
|
Loading…
Reference in New Issue