Does it support overriding the Files service? #300
-
Currently there is a memory filesystem to be add by default. Is there way to replace it with my own implementation? |
Beta Was this translation helpful? Give feedback.
Answered by
cemalgnlts
Dec 23, 2023
Replies: 1 comment
-
Here are examples on how to add a file system:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Tnze
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here are examples on how to add a file system:
RegisteredFileSystemProvider
class is also here: https://github.com/CodinGame/monaco-vscode-api/blob/main/src/service-override/files.ts#L107