Skip to content

Commit 2acb43c

Browse files
committed
Show logging setting in debug
1 parent f5ce136 commit 2acb43c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WorkspaceLauncherForVSCode/Classes/SettingsManager.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,9 @@ public SettingsManager()
255255
Settings.Add(_searchBy);
256256
Settings.Add(_vsSecondaryCommand);
257257
Settings.Add(_vscodeSecondaryCommand);
258+
#if DEBUG
258259
Settings.Add(_enableLogging);
259-
260+
#endif
260261
// Load settings from file upon initialization
261262
LoadSettings();
262263

0 commit comments

Comments
 (0)