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

Fix reading JUPYTER_RUNTIME_DIR and XDG_RUNTIME_DIR #16451

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

thesuperzapper
Copy link
Contributor

Fixes #16450

Currently, we don't respect either JUPYTER_RUNTIME_DIR or XDG_RUNTIME_DIR when determining where to store our runtime files.

This PR simply fixes a typo that was preventing us from reading XDG_RUNTIME_DIR and also makes it so that we read JUPYTER_RUNTIME_DIR (the official config for this in Jupyter itself) before falling back to XDG_RUNTIME_DIR.

@vs-code-engineering vs-code-engineering bot added this to the February 2025 milestone Feb 18, 2025
@DonJayamanne DonJayamanne merged commit 245979f into microsoft:main Feb 18, 2025
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

the XDG_RUNTIME_DIR variable is not respected (due to typo in code)
3 participants