microsoft / vscode-extension-samples

Sample code illustrating the VS Code extension API.
MIT License
8.64k stars 3.38k forks source link

Usage of @vscode/prompt-tsx in chat-sample #1085

Open jdneo opened 1 month ago

jdneo commented 1 month ago

Extension sample

chat-sample

VS Code version

1.93.0-insider

What went wrong?

I saw @vscode/prompt-tsx is used in chat-sample.

But looks like this package only works when the node project does not have react(react & @types/react) modules installed.

Once react modules are installed, the prompt tsx files cannot be compiled anymore. Is there anyway to workaround this issue?

catherinelee274 commented 5 days ago

+1 experienced the same thing @jdneo did you find a workaround ?

Adam-it commented 2 days ago

+1 as well, this is the problem I experience in my case image