zjffun / vscode-snippets-manager

Create and edit snippets easily.
https://marketplace.visualstudio.com/items?itemName=zjffun.snippetsmanager
MIT License
36 stars 5 forks source link

`files.autoSave` closes snippets editor #16

Closed ghry5 closed 1 year ago

ghry5 commented 1 year ago

When using the following VSCode setting editing a snippet is quite annoying, as the editor is automatically closed on save:

  "files.autoSave": "afterDelay",

Is it possible to change this behavior somehow?

zjffun commented 1 year ago

Thank you for your advice. We added an autoCloseSnippetBodyEditor option to control this, and it's available in v0.1.22. 🎉

ghry5 commented 1 year ago

Thanks for the quick fix. Works just as it should!!