• 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.

    Parameters

    • snippetsProvider: SnippetsProvider

      The provider responsible for managing and exporting snippets.

    Returns Promise<void>