ultisnips-vscode icon indicating copy to clipboard operation
ultisnips-vscode copied to clipboard

:scissors: Mass convert ultisnips snippets to json for vscode

Results 2 ultisnips-vscode issues
Sort by recently updated
recently updated
newest added

Hi, very cool script! However, when I try to use it I get the following error: ``` bib.snippets --> bibtex.json coffee.snippets --> coffeescript.json ruby.snippets --> ruby.json gitcommit.snippets --> git-commit.json css.snippets...

In the example code in readme, the variable ""ultisnips-snippets": "\~/.config/nvim/UltiSnips", needs a forward slash making it: "ultisnips-snippets": "\~/.config/nvim/UltiSnips/".