Replies: 1 comment 3 replies
-
Hello, I'm not sure what you mean by With the VSCode extension and if crossOriginIsolated is not enabled, I'm not sure your source file will be able to reference to .d.ts next to it 🤔 What I would do if you can't enable crossOriginIsolated and you only need a single source file is to simply use the monaco worker |
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
-
Hi,
after i read this thread #498 i wonder, is it possible to load dts files per model and dynamically via parameter with the intellisense implementation (like in the demo)? If it is, do i still need the
crossOriginIsolated
flag since i want to limit intellisense to a model and don't want it project-wide? And can you provide a simple example how to do that or give me some directions on how to do that?With "dynamically via parameter" i mean that i want to load the dts files in a C# application and send it to the editor api which uses your api
Thanks for your help in advance.
Beta Was this translation helpful? Give feedback.
All reactions