You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw this issue which seems very similar and seems to suggest the fix for this problem. I still need to try it out but I am posting it here as maybe it may already help someone else microsoft/vscode-prompt-tsx#74
Extension sample
chat-sample
VS Code version
1.93.0-insider
What went wrong?
I saw
@vscode/prompt-tsx
is used inchat-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?
The text was updated successfully, but these errors were encountered: