Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 98524

Why doesn't Scalavista see the dependencies set in build.sbt?

$
0
0

Scalavista, or Scala Syntax (official) - these are the Scala extensions I have.

I have in build.sbt e.g.

  , "org.scalatra" %% "scalatra-json" % "latest.integration"

and when I write

import org.scalatra.json._

then it marks it as an error and says object scalatra is not a member of package org. And it's just one example, my code is full of red waves. And that's only in vscode; when I run the program from sbt, it compiles and works OK.

Shouldn't it be aware of the dependencies?


Viewing all articles
Browse latest Browse all 98524

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>