From 5a1fd4508dc40bece52df9782e5a9e9cf182e193 Mon Sep 17 00:00:00 2001
From: Guillaume Martres <smarter@ubuntu.com>
Date: Wed, 24 Feb 2021 14:59:11 +0100
Subject: [PATCH] Make sure students are running the latest version of Metals
 for 3.0.0-RC1 support

---
 labs/example-lab.md                          | 8 ++++++++
 labs/lab1-parallel-box-blur-filter/README.md | 8 ++++++++
 2 files changed, 16 insertions(+)

diff --git a/labs/example-lab.md b/labs/example-lab.md
index 8b7e1f8..09e0d21 100644
--- a/labs/example-lab.md
+++ b/labs/example-lab.md
@@ -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
 
+### Setup
+
+Let's upgrade the IDE support first, close VSCode if it's open and run:
+
+```shell
+code --force --install-extension scalameta.metals
+```
+
 ### Startup
 
 To start Code, run the following in the project directory (the same directory where you
diff --git a/labs/lab1-parallel-box-blur-filter/README.md b/labs/lab1-parallel-box-blur-filter/README.md
index 4b6827d..881598f 100755
--- a/labs/lab1-parallel-box-blur-filter/README.md
+++ b/labs/lab1-parallel-box-blur-filter/README.md
@@ -1,5 +1,13 @@
 # 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:
 
 ```
-- 
GitLab