Monaco with real file system #831
Unanswered
vivekaccelq
asked this question in
Q&A
Replies: 1 comment
-
It looks like it
You're supposed to implement |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, so far I understood that monaco cannot interact with real file system directly. When I try to use the same example setup for a Gopls project it fails with "Unable to read / write file C:\path\to\golang\file.go ". And all the examples shown are using Virtual memory.
So for my case I've created a LocalFileSystemProvider.js to perform IO operations using a Golang backend Server as code shown below. Now there are 2 questions.
vscode.workspace.openTextDocument
Beta Was this translation helpful? Give feedback.
All reactions