ported from sublime-odoo-snippets
use convert-snippets-to-vscode convert sublime-snippet to json file, eg data.json, and then run python convert.py, this commamnd shoudl create snippets for vscode.
for the moment, still not published to vscode market.
just find this from market
download the source code from https://github.com/jeffery9/vscode-odoo-snippets.git
copy the folder into .vscode/extensions directory, for windows this folder is %homepath%/.vscode/extensions, and for linux is ~/.vscode/extensions
after copied the extension, vscode should found and load it.
download the file odoo-snippets-xxxx.vsix from this repo.
should release pre-build package when the extension been updated
run npm install -g vsce to install vsce tools
goto odoo-snippets folder, then run vsce package, vcse should create a packaged extension.
open the package from vs code, it shoudl been installed.
Enjoy!