-
Notifications
You must be signed in to change notification settings - Fork 19
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
external snippets #91
Comments
You did remember to run fetch external snippets, correct? I'm pretty sure the scope flag exists purely to change the snippets based on the file open. Eg. Only snippets in scope python are used in .py files. |
@dsisnero Hi. Did you run |
my external snippets are working. I am on windows and when I have something like this in external-snippets.json. If I run
if I run What I want is the snippets directory to be relative to the external-snippets.toml file which is in c:\windows_home.config\helix |
Try to set env variable
|
I am trying to get external snippets working. When I copy the and paste the external-snippets.toml the snippets validate. Not getting any snippets when it is set in languages.toml.
Also, with the external-snippets.toml - it always looks for [sources.path] . how can you set it so it changes snippets for the language file that is open? .py - scope python - .rb -> scope ruby
The text was updated successfully, but these errors were encountered: