View Online: Version: Latest written by @SatorImaging
This package was built using files from textmate/mel.tmbundle.
On Visual Studio Code, Open Command Palette (Ctrl+P) and Run:
ext install mel
How to create and install .vsix file.
npm install -g vsce
vsce package
to create .vsix file.
code --install-extension "path_to_extension.vsix"
to install .vsix file.vsce publish
to publish package to visual studio marketplace directly.