Skip to content

Commit

Permalink
Updates on Tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgedevs committed Jan 27, 2024
1 parent cafccc4 commit 3f5ad72
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 11 deletions.
35 changes: 24 additions & 11 deletions docs/Meadow/Getting_Started/IDE_Extensions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,43 @@ import TabItem from '@theme/TabItem'
<Tabs>
<TabItem value="visualstudio" label="Visual Studio 2022" default>


### Pre-requisites

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.

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

### Installation

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

<ol>
<li>In Visual Studio, go to <strong>Extensions</strong> =&gt; <strong>Manage Extensions</strong>.</li>
<li>Click <strong>Online</strong> and search for <code>Meadow</code>.</li>
<li>Install <strong>VS Tools for Meadow</strong>, then close all instances of Visual Studio so the extension gets installed.</li>
</ol>
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">
VS


### Pre-requisites

If you havent, download and Install [Visual Studio Code](https://visualstudio.microsoft.com/) to prepare your development machine.

### Installation

1. In VSCode go to the Extensions tab (macOS: Cmd+Shift+X. Others: Ctrl+Shift+X)
1. In the search bar type VSCode Tools for Meadow. It should be the 1st extension in the list.

![vscode meadow extension](vscode-extension-marketplace.png)

1. Click it the Install button on the bottom right of the listed item.
1. The extension should now be installed.



</TabItem>
</Tabs>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/Meadow/Getting_Started/Meadow.CLI/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ subtitle: Installing the Meadow Command-Line-Interface (CLI).

The Meadow Command-Line-Interface (Meadow.CLI) provides a way to interact with the board and perform functions via a terminal/command-line window.

### Pre-requisites

Download and install the latest version of the [.NET runtime](https://dotnet.microsoft.com/en-us/download).

### Installation

Meadow.CLI can be installed via the dotnet tool from a nuget package at the terminal:

```console
Expand Down

0 comments on commit 3f5ad72

Please sign in to comment.