Skip to content

v1.0.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Sep 17:33
· 3 commits to main since this release
7972cab

Bug fixes

  • #7: Fixing the
    ClassCastException: PsiPlainTextFileImpl cannot be cast to class pl.thedeem.intellij.dql.DQLFile
    error that occurred when injecting DQL into other types of files like Markdown (DQL blocks) or Java
    (/* language=DQL */ injections).

Other

  • Improving error handling for Dynatrace REST API calls. The user will now see more details for errors like an invalid
    url or an unknown HTML response. Errors will now also be logged, which will be helpful when supporting users