Skip to content
Snippets Groups Projects
Commit 5a1fd450 authored by Guillaume Martres's avatar Guillaume Martres
Browse files

Make sure students are running the latest version of Metals for 3.0.0-RC1 support

parent 3dc6c4d0
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,14 @@ Time to go fix that bug! The next section will show you how to do that using the ...@@ -82,6 +82,14 @@ Time to go fix that bug! The next section will show you how to do that using the
## Part 3: Using the IDE ## Part 3: Using the IDE
### Setup
Let's upgrade the IDE support first, close VSCode if it's open and run:
```shell
code --force --install-extension scalameta.metals
```
### Startup ### Startup
To start Code, run the following in the project directory (the same directory where you To start Code, run the following in the project directory (the same directory where you
......
# Parallel Box Blur Filter # Parallel Box Blur Filter
## Setup
Let's upgrade the IDE support first, close VSCode if it's open and run:
```shell
code --force --install-extension scalameta.metals
```
Use the following commands to make a fresh clone of your repository: Use the following commands to make a fresh clone of your repository:
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment