Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
src/debugAdapter: suppress error pop-up for failed watch expression e…
…valuation Watch expressions are repeated over and over again while the program is running, pausing, continuing, etc, and the result is always displayed and continuously refreshed under WATCH. Unlike other types of evaluations (e.g. in REPL, where one expression is evaluated at a time, and the error can be buried among logging messages), there is no advantage to also showing the same error in a pop-up box. Fixes microsoft#143 Change-Id: I026955980d22e955e4af933bc68256dc320c3f56 GitHub-Last-Rev: 9a52492 GitHub-Pull-Request: golang/vscode-go#196 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/236999 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
- Loading branch information