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:
Manuel Dobusch
2015-11-23 15:41:26 +01:00
parent fa7c8d8b40
commit 057ab57a42
2 changed files with 0 additions and 2 deletions
@@ -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);