Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐞 Bash settings and venv do not persist between VSCode sessions #4492

Closed
jacobwoffenden opened this issue Jun 6, 2024 · 2 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@jacobwoffenden
Copy link
Member

Describe the bug.

https://github.com/ministryofjustice/data-platform-support/issues/657

To Reproduce

  1. Use VS Code after its been redeployed by the idling service

Expected Behaviour

Bash settings and venv persist between VSCode sessions

Additional context

No response

@jacobwoffenden jacobwoffenden added the bug Something isn't working label Jun 6, 2024
@jacobwoffenden jacobwoffenden moved this from 👀 TODO to 🚀 In Progress in Analytical Platform Jun 6, 2024
@jacobwoffenden
Copy link
Member Author

The issue is that the documentation

  1. is written for RStudio, VSCode
  2. tells the user to echo "export DBT_PROFILES_DIR=../.dbt/" >> ~/.bash_profile

~/.bash_profile will not be sourced when any new terminal is opened from the CDE, because users interact with an interactive non-login shell.

@jacobwoffenden
Copy link
Member Author

Closing as this isn't a bug

@jacobwoffenden jacobwoffenden closed this as not planned Won't fix, can't repro, duplicate, stale Jun 6, 2024
@github-project-automation github-project-automation bot moved this from 🚀 In Progress to 🎉 Done in Analytical Platform Jun 6, 2024
@jacobwoffenden jacobwoffenden self-assigned this Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

1 participant