mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:53:00 +03:00
[PR #313] [MERGED] chore: add Dev Container #885
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/313
Author: @nebula-it
Created: 3/11/2025
Status: ✅ Merged
Merged: 3/12/2025
Merged by: @kmendell
Base:
main← Head:feat/add-devcontainer📝 Commits (6)
d9333e9feat: add devcontainer98cd655feat: add debug helpers for VSCodec1d7741feat: update contributing guide to include devcontainer and debug infoe6804e4fix: install npm dependencies on launch4229357chore: Add go debug files to gitignoreb72920cfix: source env files on debug run📊 Changes
6 files changed (+138 additions, -1 deletions)
View changed files
➕
.devcontainer/devcontainer.json(+32 -0)➕
.github/dependabot.yml(+12 -0)📝
.gitignore(+3 -0)➕
.vscode/launch.json(+42 -0)➕
.vscode/tasks.json(+37 -0)📝
CONTRIBUTING.md(+12 -1)📄 Description
Idea is that this will simplify + standardize dev environment setup.
Additionally, it'll lower the barrier to entry for new contributors with easy setup and debug options.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.