We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TMPDIR
I see prettierd creates runtime files in XDG_RUNTIME_DIR if set, but that poses a problem on macOS systems.
prettierd
XDG_RUNTIME_DIR
fzf-lua breaks if the variable is set. Applications like VSCode also break if the variable is set.
fzf-lua
My suggestion is to use TMPDIR, which is automatically set on all macOS systems upon login. Happy to make a PR if you have no objections.
Ref: XDG_RUNTIME_DIR on Mac OS X
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I see
prettierd
creates runtime files inXDG_RUNTIME_DIR
if set, but that poses a problem on macOS systems.fzf-lua
breaks if the variable is set. Applications like VSCode also break if the variable is set.My suggestion is to use
TMPDIR
, which is automatically set on all macOS systems upon login. Happy to make a PR if you have no objections.Ref: XDG_RUNTIME_DIR on Mac OS X
The text was updated successfully, but these errors were encountered: