api comment (#209410)

This commit is contained in:
Johannes Rieken 2024-04-03 08:51:56 +02:00 committed by GitHub
parent 1813b35895
commit 9328959833
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,6 +25,7 @@ declare module 'vscode' {
* - It may contain line continuation characters and/or parts of the right prompt.
* - It may be inaccurate if the shell integration does not support command line reporting.
*/
// TODO@API undefined makes using this hard?
readonly commandLine: string | undefined;
/**