mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-03-01 11:21:53 +03:00
[PR #1117] [MERGED] fix/doc: Update launch.json and Contributing doc with minor fixes for first time setup of dev environment #1061
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/1117
Author: @mnestor
Created: 11/27/2025
Status: ✅ Merged
Merged: 11/29/2025
Merged by: @stonith404
Base:
main← Head:main📝 Commits (4)
cfd163afix: Set correct path of .env file to backend dir instead of backend/cmdda48ae3feat: ldap custom attributes #74294e7eb3Revert "feat: ldap custom attributes #742" (#2)4062b35Update 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
datadirectory 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.