-
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Oct 17, 2024
Replies: 1 comment
-
Hey @zrwsmd, you should bundle everything in your vscode extension. That way you don't need to rely on some dependencies included in the See also our bundling guide. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zrwsmd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @zrwsmd,
you should bundle everything in your vscode extension. That way you don't need to rely on some dependencies included in the
node_modules
of your vscode extension.See also our bundling guide.