Add file behind the scenes to vscode workspace #579
Unanswered
avii-ahuja
asked this question in
Q&A
Replies: 1 comment 25 replies
-
when and how does it need it |
Beta Was this translation helpful? Give feedback.
25 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been following the React example and I want to add an XML file behind the scenes to the workspace. This is because the language server that I'm using needs to have an XML catalog file in the workspace to work correctly. How do i do this? So far, I've done something like this -
https://github.com/avii-ahuja/monaco-languageclient/blob/main/packages/examples/src/common/client-commons.ts
pizza.oml is the file being edited, and I need to insert catalog.xml in the workspace (but it should be invisible to the editor).
Beta Was this translation helpful? Give feedback.
All reactions