-
Hi, I am running the GLSP vscode extension with node server and running into this issue: Here is my It's saying it can't load from file but not saying why. The file path of the SourceUri is correct. How does the method Also curious how Any help is much appreciated. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Solved this. The |
Beta Was this translation helpful? Give feedback.
Solved this. The
loadFromFile
method does not work with our example because our data file is not JSON. Therefore, the method cannot read the file.