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 successfully ran the Hello World extension sample to get the process down. Following the steps of
npm i in terminal
Open the folder in VSCode
open extension.ts - F5 to open debugging vscode extension
Also tried adding --enable-proposed-api vscode-samples.chat-agent-sample to the code startup string - no change
Error message on load
Activating extension 'vscode-samples.chat-agent-sample' failed: Extension 'vscode-samples.chat-agent-sample' CANNOT use API proposal: chatAgents2. Its package.json#enabledApiProposals-property declares: but NOT chatAgents2. The missing proposal MUST be added and you must start in extension development mode or use the following command line switch: --enable-proposed-api vscode-samples.chat-agent-sample.
The text was updated successfully, but these errors were encountered:
Extension sample
chat-agent-sample
VS Code version
1.85.1
What went wrong?
I successfully ran the Hello World extension sample to get the process down. Following the steps of
npm i
in terminal--enable-proposed-api vscode-samples.chat-agent-sample
to the code startup string - no changeError message on load
The text was updated successfully, but these errors were encountered: