Getting Start
- clone this repo
- cd > axcode-generator
- Install package listed in package.json this will give you the Node-Modules locally:
npm install
- run webpack compiler to compile TS to JS (making any changes in project will automatically compile unless you close the terminal manually):
npm run watch
- Press F5 debug to open a new Axcode host, the axcode-generator extension should be activated in sidebar
Packing Extension
- If you want to pack extension to VSIX, you should use vsce tool.
- Install vsce package globaly:
npm i vsce -g
- generate VSIX file.
vsce package
- In your workspace, it should appear a axcode-generator-0.0.1.vsix file.
- Right click this file and select Install Extension VSIX,an Extension icon should appear at sidebar and you are free to play with it.
| |