Skip to content

Commit

Permalink
Meadow IDE extensions installation (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgedevs committed Jan 27, 2024
1 parent 6d9225f commit c6fc899
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion docs/Meadow/Getting_Started/IDE_Extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,33 @@ title: Installing Meadow IDE Extensions
subtitle: Installing the Meadow IDE extensions for Visual Studio and VS Code.
---

stuff
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'

![](wildernesslabs_meadow_extensions_getting_started.jpg)

<Tabs>
<TabItem value="visualstudio" label="Visual Studio 2022" default>

The Meadow developer Extension for Visual Studio enables projects to be built, debugged and deployed to any of our Meadow-powered devices.

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

Make sure to include the **.NET Multi-platform App UI development** component when installing Visual Studio.

:::

You'll need to install the VS Tools for Meadow Extension by [downloading it](https://marketplace.visualstudio.com/items?itemName=WildernessLabs.vsmeadow2022) or through the Extension Manager

1. In Visual Studio, go to **Extensions** =&gt; **Manage Extensions**.
1. Click **Online** and search for `Meadow`.
1. Install **VS Tools for Meadow**, then close all instances of Visual Studio so the extension gets installed.


</TabItem>
<TabItem value="vscode" label="Visual Studio Code" default>
VS
</TabItem>
</Tabs>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c6fc899

Please sign in to comment.