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

Allow saving templates along with snippets #33

Closed
pksunkara opened this issue Oct 4, 2020 · 0 comments
Closed

Allow saving templates along with snippets #33

pksunkara opened this issue Oct 4, 2020 · 0 comments

Comments

@pksunkara
Copy link

First of all, amazing piece of work and an amazing extension. Thank you for your contribution. I just have one small issue which I would very much appreciate if you can fix it.

Snippets are saved in the following places:

  • Windows: %APPDATA%\Code\User\snippets
  • Mac: $HOME/Library/Application Support/Code/User/snippets
  • Linux: $HOME/.config/Code/User/snippets

So, please provide us with a value {appdir} for Templates Path setting which resolves to:

  • Windows: %APPDATA%\Code\User
  • Mac: $HOME/Library/Application Support/Code/User
  • Linux: $HOME/.config/Code/User

I would like to store my templates along with snippets.

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

No branches or pull requests

1 participant