- Feed your snippet as separate file in
VSCodeSnippetGenerator
(Not shipped with this) - After making snippet in proper format, run
main.py
file usingpython ./main.py
on that project folder.- It will generate the vscode friendly snippets with readme file.
- Copy the required files from
output
folder tovscode/snippets/
folder and test the extension byF5
. - If everything is ok, you can build it with
vsce package
(which will generate.vsix
) andvsce publish