Skip to content

Commit b662045

Browse files
committed
fix: avoid fallthrough to markers
Signed-off-by: Chapman Pendery <[email protected]>
1 parent 69995fe commit b662045

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/platform/terminal/common/xterm/shellIntegrationAddon.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ export class ShellIntegrationAddon extends Disposable implements IShellIntegrati
394394
}
395395
case 'PromptHeight': {
396396
this.capabilities.get(TerminalCapability.CommandDetection)?.setPromptHeight(parseInt(value));
397+
return true;
397398
}
398399
}
399400
}

0 commit comments

Comments
 (0)