From 01f9fcf7966179e5588074817254e7f44675c727 Mon Sep 17 00:00:00 2001 From: Zev Spitz Date: Fri, 19 Jun 2020 13:20:52 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c97b59..c68fa32 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ To delete the visualizer: ## Build -The project makes use of submodules, so you need to clone or pull changes into the repo using `--recurse-submodules`, as described [in the Git documentation](https://git-scm.com/book/en/v2/Git-Tools-Submodules#_cloning_submodules). +The project makes use of submodules from [Periscope](https://github.com/zspitz/Periscope) and [Periscope.Debuggee](https://github.com/zspitz/Periscope.Debuggee), so you need to clone or pull changes into the repo using `--recurse-submodules`, as described [in the Git documentation](https://git-scm.com/book/en/v2/Git-Tools-Submodules#_cloning_submodules). ## Contributing / Feedback From 021eddc833fedec3f9f524c05d6abf0d2d9191f7 Mon Sep 17 00:00:00 2001 From: Zev Spitz Date: Fri, 19 Jun 2020 13:37:51 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c68fa32..cd6f0c7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This project provides a custom debugging visualizer that maps out these possible ## Usage -Choose **DateTime Visualizer** from the magnifying glass dropdown while in a Visual Studio debugging session. If there is only one entry, or you've previously chosen it, you can click directly on the magnifying glass. +Choose **DateTime Visualizer** from the magnifying glass dropdown on an expression which references a `DateTime` while in a Visual Studio debugging session. If there is only one entry, or you've previously chosen it, you can click directly on the magnifying glass. > **Note** > If the type of the target expression is `DateTime`: