snippetmaker-vscode
snippetmaker-vscode copied to clipboard
After first use, my snippets file is now a single line with comments removed
I expected the extension to concatenate a new snippet at the end of the file. I'm guessing that it converted my snippets to a bare object, inserted the new one, and JSON.stringified it. I wish I had a way to undo this.