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.
1 parent f5ce136 commit 2acb43cCopy full SHA for 2acb43c
WorkspaceLauncherForVSCode/Classes/SettingsManager.cs
@@ -255,8 +255,9 @@ public SettingsManager()
255
Settings.Add(_searchBy);
256
Settings.Add(_vsSecondaryCommand);
257
Settings.Add(_vscodeSecondaryCommand);
258
+#if DEBUG
259
Settings.Add(_enableLogging);
-
260
+#endif
261
// Load settings from file upon initialization
262
LoadSettings();
263
0 commit comments