Example of real file system connection #825
Unanswered
vivekburman
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi @vivekburman this is the best example to take a look at, I think. It has a python client that opens TextDocuments that are picked up by pyright language server: You can test this locally only because you have to launch the backend locally. |
Beta Was this translation helpful? Give feedback.
3 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, I'm tying to wrap my head around how to connect with a real golang project with monaco editor at front. Right now I'm stuck in opening and syncing changes to real file and getting feedback on changes.
I would love, if someone can point me to any article or code snippet to get started. I saw few snippets where "registerFileSystemOverlay" is used to create a virtual file and then call "vscode.workspace.openTextDocument". But it does not provide any "textDocument/publishDiagonstics" report when I edit in monaco.
Beta Was this translation helpful? Give feedback.
All reactions