From 862fbf8b5f11540a4a8947f0ee3eb6a06885fb89 Mon Sep 17 00:00:00 2001 From: Jorge Ramirez Date: Wed, 31 Jan 2024 23:29:12 -0800 Subject: [PATCH] Add admonition --- docs/Meadow/Getting_Started/IDE_Extensions/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Meadow/Getting_Started/IDE_Extensions/index.md b/docs/Meadow/Getting_Started/IDE_Extensions/index.md index e4c1d30cd..8c2386af1 100644 --- a/docs/Meadow/Getting_Started/IDE_Extensions/index.md +++ b/docs/Meadow/Getting_Started/IDE_Extensions/index.md @@ -20,7 +20,9 @@ The Meadow developer Extension for Visual Studio enables projects to be built, d If you havent already, download and Install [Visual Studio](https://visualstudio.microsoft.com/) for either Windows or macOS to prepare your development machine. Community edition will work fine. +:::caution ⚠️ **IMPORTANT**: Make sure to include the **.NET Multi-platform App UI development** component when installing Visual Studio. +::: ### Installation