Modify the VSS script to exclude "No Writers"

I am using this script for create VSS in Kopia: Actions | Kopia shadow copy.

It works fine, but the VSS volume parameters that is created is:

Persistent, Client-Accessible, No Auto-Release, No Writers, Differential

I want to exclude the “No Writers” because i want to let the SQL Writer service be active.

I need help with modifying the script to exclude “No Writers”

Information on the SQL Writer service:

I found a solution: Modify the VSS script to exclude “No Writers” · Issue #3036 · kopia/kopia · GitHub

Hello, could you share the modified script?