What is needed to call createModelReference
#403
-
Hello, I am trying to use this library to develop a web editor. Thank you for developing this. My question is, what is needed and to be prepared to call I tried to call I tried to call |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
createModelReference should only be called on a file that already exists on the virtual filesystem, so it won't work for your
|
Beta Was this translation helpful? Give feedback.
-
Hello @CGNonofr , I am trying to write a application that maps I had implement the
|
Beta Was this translation helpful? Give feedback.
createModelReference should only be called on a file that already exists on the virtual filesystem, so it won't work for your
inmemory
model indeed, you have 2 solutions:RegisteredFileSystemProvider
or use any other implementation of yours …