The new given import is like this: ```scala import a.b.given import a.b.{_, given} import a.b.{given X} ``` Currently VSCode does not syntax-highlight the `given` in these positions.