diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..7ae440c --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -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" +} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 8804d5f..f4a742f 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ !.gitattributes !.mailmap !.github +!.devcontainer # Backup files *~