Merge pull request #6 from open-morphs/add-devcontainer

Initial commit for the Development Container config
This commit is contained in:
Ben V. Brown 2023-01-08 10:01:26 +11:00 committed by GitHub
commit d9ade9c938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

View File

@ -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"
}

1
.gitignore vendored
View File

@ -19,6 +19,7 @@
!.gitattributes
!.mailmap
!.github
!.devcontainer
# Backup files
*~