You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't say for sure, but I think relative path in snippetfile broke the ability to pass env vars into the snippetfile variable
My config is: snippetfile = "$XDG_CONFIG_HOME/pet/snippet.toml"
$XDG_CONFIG_HOME this points to an absolute directory.
This worked in the past. I haven't updated in a while, but just recently did and noticed I'm getting this error:
load snippet failed: snippet file not found. $XDG_CONFIG_HOME/pet/snippet.toml
Please run 'pet configure' and provide a correct file path, or remove this
if you only want to provide snippetdirs instead
I can't say for sure, but I think relative path in snippetfile broke the ability to pass env vars into the
snippetfile
variableMy config is:
snippetfile = "$XDG_CONFIG_HOME/pet/snippet.toml"
$XDG_CONFIG_HOME
this points to an absolute directory.This worked in the past. I haven't updated in a while, but just recently did and noticed I'm getting this error:
Originally posted by @npearson72 in #322 (comment)
The text was updated successfully, but these errors were encountered: