Skip to content
This repository was archived by the owner on Aug 24, 2021. It is now read-only.

Development

Vesa Juvonen edited this page Oct 25, 2017 · 2 revisions

This article has the high level steps to get started, if you'd like to contribute on the actual extension development.

  • Fork main repository
  • Clone and pull source code to your development environment
  • Open properties from Framework.VSIX project
  • Adjust debugging settings as follows
    • Start external program: Should be path to your VS 2017 devenv.exe. By default this would be C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\devenv.exe
    • Command line arguments: Should be set as /rootsuffix Exp

Visual Studio Project Debugging Settings

Clone this wiki locally