Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.16 KB

CONTRIBUTING.md

File metadata and controls

28 lines (22 loc) · 1.16 KB

Contributing

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:

Image

  1. From the sidebar on the far left, choose "Run and Debug".
  2. Open the Run and Debug drop-down.
  3. Choose "Launch Client" from the drop-down.
  4. 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.

Image

  1. From the sidebar on the far left, choose "Manage".
  2. From the menu this brings up, choose "Settings".
  3. From the bottom of the list of settings, expand "Extensions".
  4. From the list of extensions, click on "Yamma"
  5. In the "Mm File Full Path" box, enter the full path to a valid .mm file.