Skip to content

Commit 4bbcd0b

Browse files
authored
Add VSMac extension to README (#1039)
Add VSMac extension to README
1 parent fb15bcd commit 4bbcd0b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,14 @@ If you're using [Cake Build](https://cakebuild.net) for your build script you ca
148148

149149
## Visual Studio Add-In
150150

151-
If you're using Visual Studio, you can use the [Fine Code Coverage](https://marketplace.visualstudio.com/items?itemName=FortuneNgwenya.FineCodeCoverage) extension to visualize coverlet output inside Visual Studio while you code.
152-
Visualization is updated when you run unit tests in inside Visual Studio.
151+
If you want to visualize coverlet output inside Visual Studio while you code, you can use the following addins depending on your platform.
152+
153+
### Windows
154+
If you're using Visual Studio on Windows, you can use the [Fine Code Coverage](https://marketplace.visualstudio.com/items?itemName=FortuneNgwenya.FineCodeCoverage) extension.
155+
Visualization is updated when you run unit tests inside Visual Studio.
156+
157+
### Mac OS
158+
If you're using Visual Studio for Mac, you can use the [VSMac-CodeCoverage](https://github.com/ademanuele/VSMac-CodeCoverage) extension.
153159

154160
## Consume nightly build
155161

0 commit comments

Comments
 (0)