From dfa007974b704271331f64c880c92dd5d95be515 Mon Sep 17 00:00:00 2001 From: esarver Date: Mon, 1 Apr 2024 11:50:21 -0400 Subject: [PATCH] Add Usage Note Regarding When Error Messages are fetched (#5) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 30c5bee..a260545 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,12 @@ Extensions installed through the marketplace are subject to the [Marketplace Ter ![Send Script to Terminal][pic-send-script-to-terminal] +### Usage Notes + +When running scripts or commands via the terminal, errors are only fetched _after_ the +requested action completes. No new errors will be printed while the operation is in +progress. + ## Useful Commands Open the Command Pallette (Cmd+Shift+P on macOS and