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 de5e3cf commit c43cfefCopy full SHA for c43cfef
editors/code/src/commands.ts
@@ -1133,7 +1133,7 @@ export function linkToCommand(_: Ctx): Cmd {
1133
export function viewMemoryLayout(ctx: CtxInit): Cmd {
1134
return async () => {
1135
const editor = vscode.window.activeTextEditor;
1136
- if (!editor) return "";
+ if (!editor) return;
1137
const client = ctx.client;
1138
1139
const position = editor.selection.active;
0 commit comments