Skip to content
This repository was archived by the owner on Jul 20, 2020. It is now read-only.
Nehashri edited this page Feb 25, 2019 · 3 revisions

Welcome to the gauge-visualstudio wiki!

Development setup

Setting up Visual Studio extension

From the commandline run,

.\.paket\paket.bootstrapper.exe
.\.paket\paket.exe install

Debugging Visual Studio extension

  • Ensure that Visual Studio extension development is installed while installing Visual Studio. You can include it later on, refer this.
  • set Gauge.VisualStudio as startup project
  • In solution explorer, goto : Gauge.VisualStudio > Properties > Debug
    • Set Start external Program to C:\Program Files (x86)\Microsoft Visual Studio<version>\Community\Common7\IDE\devenv.exe
    • Set command line arguments to /rootsuffix Exp
  • Now hit F5. This should start up a new Visual Studio instance in debug mode.

Note: If you have a different version of Visual Studio installed than the one the plugin supports, debugging will not work correctly. In this case, you need to make the plugin support the same version of Visual Studio installed on your machine.

Clone this wiki locally