How to use the themes in vscode in "npm run dev" #568
Unanswered
rubenfiszel
asked this question in
Q&A
Replies: 1 comment
-
Hi @rubenfiszel add something like this into the if (!args.path.includes('@codingame')) {
return { contents: code };
} @CGNonofr opened a PR on vite regarding the issue, but no real progress there. |
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
-
I'm reproducing the examples to update windmill to latest monaco-languageclient. Our project is using svelte, and it seems that for the theme to load, even in the examples, the vite config need to be updated with: https://github.com/TypeFox/monaco-languageclient/blob/main/vite.config.ts#L34. This is incompatible with svelte own runtime loader. Would it be possible to restrict the filter so that there is less overlap with other frameworks ?
Beta Was this translation helpful? Give feedback.
All reactions