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
when using api client v1 on a vscode-extension, the firsts invoke to .submitLog throws:
"CANNOT use API proposal: extensionRuntime.
Its package.json#enabledApiProposals-property declares: [] but NOT extensionRuntime.
The missing proposal MUST be added and you must start in extension development mode or use the following command line switch: --enable-proposed-api AutonomyAI.autonomy-ai
Label the issue properly."
on the first log
i assume the client does something on inital call that trigger this secutiry flag ? if so, could it be disableD?
To Reproduce
"@datadog/datadog-api-client": "^1.25.0",
VSCode Version: 1.96.2
node 20 lts