Function to export snippets to a specified file. It prompts the user with a file save dialog, and upon selecting a destination, it uses the snippetsProvider to export the snippets to the selected file.
snippetsProvider
The provider responsible for managing and exporting snippets.
Function to export snippets to a specified file. It prompts the user with a file save dialog, and upon selecting a destination, it uses the
snippetsProvider
to export the snippets to the selected file.