[PR #1117] [MERGED] fix/doc: Update launch.json and Contributing doc with minor fixes for first time setup of dev environment #1061

Closed
opened 2026-02-04 21:14:02 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pocket-id/pocket-id/pull/1117
Author: @mnestor
Created: 11/27/2025
Status: Merged
Merged: 11/29/2025
Merged by: @stonith404

Base: mainHead: main


📝 Commits (4)

  • cfd163a fix: Set correct path of .env file to backend dir instead of backend/cmd
  • da48ae3 feat: ldap custom attributes #742
  • 94e7eb3 Revert "feat: ldap custom attributes #742" (#2)
  • 4062b35 Update CONTRIBUTING.md

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 .vscode/launch.json (+3 -1)

📄 Description

When getting setup for the first time to try and implement #742 there were a couple of minor things I had to adjust to get up and running.

fix: Set correct path of .env file to backend dir instead of backend/cmd
fix: Set tag=exclude_frontend when working with backend in debug mode to match go run
fix: Set working directory to backend/ when working in backend mode in debug mode instead of backend/cmd to match go run
doc: Added note that may need to create a data directory in backend/ so that the sqlite database will be created


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pocket-id/pocket-id/pull/1117 **Author:** [@mnestor](https://github.com/mnestor) **Created:** 11/27/2025 **Status:** ✅ Merged **Merged:** 11/29/2025 **Merged by:** [@stonith404](https://github.com/stonith404) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`cfd163a`](https://github.com/pocket-id/pocket-id/commit/cfd163a93aa89475c1c0948045a3b17e4c528de8) fix: Set correct path of .env file to backend dir instead of backend/cmd - [`da48ae3`](https://github.com/pocket-id/pocket-id/commit/da48ae346315afef4ace66915b4d6519ca787981) feat: ldap custom attributes #742 - [`94e7eb3`](https://github.com/pocket-id/pocket-id/commit/94e7eb3a2e2a6e44e0fa62d8d280dd1bda9c93d0) Revert "feat: ldap custom attributes #742" (#2) - [`4062b35`](https://github.com/pocket-id/pocket-id/commit/4062b35aab04ca33447d22fb4c737faa417ebf1f) Update CONTRIBUTING.md ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/launch.json` (+3 -1) </details> ### 📄 Description When getting setup for the first time to try and implement #742 there were a couple of minor things I had to adjust to get up and running. fix: Set correct path of .env file to backend dir instead of backend/cmd fix: Set tag=exclude_frontend when working with backend in debug mode to match go run fix: Set working directory to backend/ when working in backend mode in debug mode instead of backend/cmd to match go run doc: Added note that may need to create a `data` directory in backend/ so that the sqlite database will be created --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 21:14:02 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#1061