We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1899bd1 + d3e0a40 commit 4ef37e1Copy full SHA for 4ef37e1
Source/ExcelDna.IntelliSense/IntelliSenseServer.cs
@@ -111,6 +111,8 @@ public static void Install()
111
public static void Uninstall()
112
{
113
Logger.Initialization.Info($"IntelliSenseServer.Uninstall Begin: Version {ServerVersion} in {AppDomain.CurrentDomain.FriendlyName}");
114
+ if (IsDisabled())
115
+ return;
116
117
UnpublishRegistration();
118
if (_isActive)
0 commit comments