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 e6aa7c2 commit a56f87cCopy full SHA for a56f87c
src/commands/switchMode.ts
@@ -21,7 +21,7 @@ export class SwitchModeCommand extends Command {
21
const pick = await showModePicker();
22
if (pick === undefined) return;
23
24
- setLogScopeExit(scope, ` \u2014 mode=${pick.key ?? ''}`);
+ setLogScopeExit(scope, ` \u2022 mode=${pick.key ?? ''}`);
25
26
const active = configuration.get('mode.active');
27
if (active === pick.key) return;
0 commit comments