-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chat-sample run error #1050
Comments
I have the same problem. It was working June 7, 2024. |
Can you try to update to the latest version of |
I also encountered the same issue today. In my case, I resolved it with the following steps:
|
I tried |
@dehilsterlexis In the |
That worked! I'm back in business. Thanks! |
I apologize. When I followed my steps again, it did not work. Following the steps provided by ntrogh and using the latest version of prompt-tsx resolved the issue. |
We have a PR to fix this. Thanks for raising this issue! |
Extension sample
chat-sample
VS Code version
1.90.0
What went wrong?
The operation is as follows:
git clone https://github.com/microsoft/vscode-extension-samples.git
cd chat-sample
npm i
npm run watch
errot message:
[10:37:24] File change detected. Starting incremental compilation...
node_modules/@vscode/prompt-tsx/dist/base/index.d.ts:1:22 - error TS6053: File '/Users/xxx/Desktop/aoyi/vscode-extension-samples/chat-sample/src/base/vscode.proposed.lmTools.d.ts' not found.
1 ///
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
view screenshots
The text was updated successfully, but these errors were encountered: