To contribute, you'll have to follow the guidelines of "extension development host":
First, please ensure you have git, Node.js, and Visual Studio Code installed. Then:
git clone https://github.com/glacode/yamma.git
cd yamma
npm install
code .
The final command opens Visual Studio Code, within it, we can:
- From the sidebar on the far left, choose "Run and Debug".
- Open the Run and Debug drop-down.
- Choose "Launch Client" from the drop-down.
- Press the play icon ("Start Debugging").
This runs a second instance of Visual Studio Code. This instance is running the Yamma extension. The first time in here, we will want to open the settings and set a path to a valid .mm file.
- From the sidebar on the far left, choose "Manage".
- From the menu this brings up, choose "Settings".
- From the bottom of the list of settings, expand "Extensions".
- From the list of extensions, click on "Yamma"
- In the "Mm File Full Path" box, enter the full path to a valid .mm file.