From c3629cbd6c0daeff5fb9e14d98a1e2c96f02b10b Mon Sep 17 00:00:00 2001
From: Guillaume Martres <smarter@ubuntu.com>
Date: Mon, 22 Feb 2021 17:49:15 +0100
Subject: [PATCH] Remove troubleshooting instruction about syntax error

This was fixed in metals.
---
 labs/example-lab.md | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/labs/example-lab.md b/labs/example-lab.md
index 0dde1c3..040911c 100644
--- a/labs/example-lab.md
+++ b/labs/example-lab.md
@@ -266,16 +266,6 @@ started it before, using `code .` from the project directory). If you're still
 having issues, try clicking on "Clean compile workspace" from the same
 sidebar.
 
-## Syntax errors for valid code in the IDE
-
-When first opening a file you might see some syntax errors for valid code:
-
-![](images/syntax-error-bug.png)
-
-This is a known bug and can be ignored, as soon as you start typing in this
-file, these errors should go away (if they don't, try the import build
-instructions above).
-
 ## Warning about Bloop installed version
 
 If you get a warning like this:
-- 
GitLab