Completed
Last Updated: 16 Jan 2019 08:51 by ADMIN
Michael
Created on: 18 Oct 2018 13:50
Type: Bug Report
7
Don't block Visual Studio Live Share
Creating a share link with Visual Studio Live Share does not work if you have the JustMock profiler enabled. We specifically have to disable the JustMock profiler in order for VS Live Share to create sharing links. This has been reproduced by several different members of our team.

Could this please be looked into? Thanks!
4 comments
ADMIN
Mihail
Posted on: 16 Jan 2019 08:51
Hello,

The problem is fixed and will be included with the R1 2019 Release.

Regards,
Mihail
Progress Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Michael
Posted on: 25 Oct 2018 18:52
Can confirm that the workaround works. Thanks!
ADMIN
Mihail
Posted on: 25 Oct 2018 10:46
Hello Michael,

Indeed JustMock will attach to the process of VS Live Share. Actually, JustMock profiler will attach to all child process of Visual Studio. The good news is that there is a workaround which you can use until we release a fix. Simply add the VS Live Share process name to our blacklist. 
To do so, you should edit the following two files:
<JustMock Install Dir>\Progress\Telerik JustMock\Libraries\CodeWeaver\32\ImageBlacklist.cfg and <JustMock Install Dir>\Progress\Telerik JustMock\Libraries\CodeWeaver\64\ImageBlacklist.cfg. 
Usually <JustMock Install Dir> is one on the following locations: %ProgramFiles(x86)% or %AppData% depending on the type of the installation - per machine or per user. 
The files can be modified in your favorite text editor by simply adding a new line containing the base file name of the process, in this case, it is vsls-agent, matching is case-insensitive. Then Visual Studio should be restarted.
Michael
Posted on: 18 Oct 2018 13:51
More info:
- Using Visual Studio Enterprise 2017 Version 15.8.6
- Using JustMock Version R3 2018 (2018.3.912.1)