I am using VSCode to design DMN files. Sometimes when I try to read a file, it simply displays the message:
Editor content has not been set.
Something went wrong. An attempt has been made to view the editor before content is set.
Is there any way to find the error message that was actually produced when reading the file? Usually the exception that is thrown has a much better description about what is missing or wrong with the file. I have searched for log files produced by VSCode but I can't find any with this or any related error in it.
There are three possible reasons to explain the above error.
The next version of the extension (0.27.0), will show an additional message reporting the root cause of the issue.