Replies: 3 comments 2 replies
-
from https://npmjs.org/vscode : |
Beta Was this translation helpful? Give feedback.
2 replies
-
Can you link to your source code? There's not enough information here to tell for sure what's going wrong. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Step to reproduce : bun install -g yo generator-code
yo code
# create extension in TS
cd extensiondir
bun install
bun ./src/extension.ts Not sure how node or TSC resolve this ^^ |
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
-
Hello,
I try to bundle vs code extension writed in typscript, but import resolution fail.
Any idea ? Or sample
Thank
Beta Was this translation helpful? Give feedback.
All reactions