Terminal Emulator for Visual Studio
Перейти к файлу
Daniel Griffen b6752ada23
Merge pull request #79 from microsoft/enable-conpty
enable conpty support
2019-05-30 15:59:50 -07:00
src enable conpty support 2019-05-30 15:48:48 -07:00
.gitattributes 15.6 update (#37) 2018-02-28 13:39:54 -08:00
.gitignore 15.6 update (#37) 2018-02-28 13:39:54 -08:00
CHANGELOG.md ready branch for 1.2 2018-10-04 22:39:03 -07:00
LICENSE Prepare for open sourcing 2017-08-07 16:16:09 -07:00
README.md ready branch for 1.2 2018-10-04 22:39:03 -07:00
appveyor.yml move projects to a "src" folder 2019-05-28 16:01:55 -07:00
package-lock.json Add TerminalRenderer API 2018-06-20 17:59:49 -07:00

README.md

Build status

Building

Prerequisites

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

Steps

Once you have the prerequisites you can begin setting up your project to build.

  1. Open a terminal window.
  2. Run npm config set msvs_version 2015
  3. Navigate to the Microsoft.VisualStudio.Terminal project directory
  4. Run npm install

After this you can simply open the solution file in Visual Studio and hit f5 to start debugging.

Contributing

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 opencode@microsoft.com with any additional questions or comments.