We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reported by @wilkerlucio in Slack:
I was getting a strange error when trying to load a project from deps:
Error resolving /Users/wilker.lucio/Development/third-part/fulcro-garden-css: java.lang.String cannot be cast to java.io.File
There was a syntax error in my user deps.edn, when I tried to run another command on the terminal for another reason I got:
deps.edn
Error building classpath. Error reading edn. Unmatched delimiter: } (/Users/wilker.lucio/.clojure/deps.edn)
It would be nice if Cursive could also use that message. This was caused by a stray }.
}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reported by @wilkerlucio in Slack:
I was getting a strange error when trying to load a project from deps:
There was a syntax error in my user
deps.edn
, when I tried to run another command on the terminal for another reason I got:It would be nice if Cursive could also use that message. This was caused by a stray
}
.The text was updated successfully, but these errors were encountered: