Hi,
All extensions are up to date
VSCode 1.44.2 (Linux Snap Package)
Steps to reproduce:
In python file highlighted some code:
def cls():
if os.name == 'nt':
os.system('cls')
else:
os.system('clear')
Ctrl+Shift+P -> Add-To-Snippet
Got the error.
I have an existing snippet file with some snippets.