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 69995fe commit b662045Copy full SHA for b662045
src/vs/platform/terminal/common/xterm/shellIntegrationAddon.ts
@@ -394,6 +394,7 @@ export class ShellIntegrationAddon extends Disposable implements IShellIntegrati
394
}
395
case 'PromptHeight': {
396
this.capabilities.get(TerminalCapability.CommandDetection)?.setPromptHeight(parseInt(value));
397
+ return true;
398
399
400
0 commit comments