-
Beta Was this translation helpful? Give feedback.
Answered by
msujew
Mar 14, 2024
Replies: 3 comments
-
i have change extension module webpack.js to ESM module ,so output filename is .mjs suffix |
Beta Was this translation helpful? Give feedback.
0 replies
-
@zrwsmd you need to bundle your code to cjs to be compatible with vscode. See also our own extension bundling code. |
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
@zrwsmd you need to bundle your code to cjs to be compatible with vscode. See also our own extension bundling code.