You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All code in this project is covered under the MS-PL license a copy of which is available in the same directory under the name License.txt.
Building
===
1. Run the script Populate-References.ps1 which will find all of the reference DLL's on a machine with Visual Studio installed and copy them into the References folder
2. Install the Visual Studio SDK
3. Open the Solution VsVim.sln
4. Build
Branching Structure
===
- master: This is the branch used for the majority of feature development.
- release: Release staging branch. All releases come from this branch