chore(localdev): add path management to .envrc [skip ci]#7516
Merged
chore(localdev): add path management to .envrc [skip ci]#7516
Conversation
d9e1cc6 to
d87351f
Compare
d87351f to
7487318
Compare
rfay
commented
Aug 8, 2025
|
|
||
| BIN_DIR="$PWD/.gotmp/bin/${OS}_${ARCH}" | ||
|
|
||
| BIN_DIR="$PWD/.gotmp/bin/$(go env GOHOSTOS)_$(go env GOHOSTARCH)" |
Member
Author
|
Thanks, we'll see how this works out for us. I won't be surprised if we have to adjust it. BTW there is a plugin for jetbrains tools to make it do envrc, you probably already have it. and VS Code has the feature by default I think. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Issue
ddevbuilt in the current directoryManual Testing Instructions
direnv allowwhich ddevshould point to the ddev built in the current environmentNote
direnvsupport with .envrc was added in