Remove stale comment

Fixes #208661
This commit is contained in:
Daniel Imms 2024-03-26 09:13:55 -07:00
parent 22f3839b94
commit feb1c25764
No known key found for this signature in database
GPG key ID: E5CF412B63651C69

View file

@ -80,10 +80,6 @@ declare module 'vscode' {
/**
* Execute a command, sending ^C as necessary to interrupt any running command if needed.
*
* *Note* This is not guaranteed to work as [shell integration](https://code.visualstudio.com/docs/terminal/shell-integration)
* must be activated. Check whether {@link TerminalShellExecution.exitCode} is rejected to
* verify whether it was successful.
*
* @param commandLine The command line to execute, this is the exact text that will be sent
* to the terminal.
*