logic: vs plugin bug
Error handling for plugin bug where the client socket is disposed when it's still needed.
This commit is contained in:
Binary file not shown.
@@ -141,8 +141,6 @@ namespace CoatiSoftware.CoatiPlugin
|
||||
{
|
||||
if (menuCommand.CommandID.ID == (int)PkgCmdIDList.cmdidCoatiSetActiveToken)
|
||||
{
|
||||
DisplayMessage("Coati", "" + ServerPort.ToString());
|
||||
|
||||
string fileName = FileUtility.GetActiveDocumentName(dte);
|
||||
string filePath = FileUtility.GetActiveDocumentPath(dte);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user