We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdcbc86 commit 586087dCopy full SHA for 586087d
CHANGELOG.md
@@ -2,10 +2,15 @@
2
3
## [Unreleased]
4
5
+### Bug fixes
6
+
7
- #7: Fixing the
8
`ClassCastException: PsiPlainTextFileImpl cannot be cast to class pl.thedeem.intellij.dql.DQLFile`
9
error that occurred when injecting DQL into other types of files like Markdown (DQL blocks) or Java
10
(`/* language=DQL */` injections).
11
12
+### Other
13
14
- Improving error handling for Dynatrace REST API calls. The user will now see more details for errors like an invalid
15
url or an unknown HTML response. Errors will now also be logged, which will be helpful when supporting users
16
0 commit comments