Skip to content

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.

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
@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