You need the following components installed in order to build WhackWhackTerminal
- Visual Studio 2017 with extensibility workload
- Node.js v8.9.4 LTS (32-bit)
- Python 2.7
- Visual C++ Build Tools 2015
Once you have the prerequisites you can begin setting up your project to build.
- Open a terminal window.
- Run
npm config set msvs_version 2015
- Navigate to the Microsoft.VisualStudio.Terminal project directory
- Run
npm install
After this you can simply open the solution file in Visual Studio and hit f5 to start debugging.
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.