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 creating a plugin, we are adding the plugins node if there is a manifest.json file in the output directory.
I have created a declarative copilot using TTK, which creates the project with a declarativeCopilot.json and a manifest.json files.
The manifest.json is created with the following copilotExtension node:
When creating a plugin, we are adding the plugins node if there is a manifest.json file in the output directory.
I have created a declarative copilot using TTK, which creates the project with a declarativeCopilot.json and a manifest.json files.
The manifest.json is created with the following copilotExtension node:
However, when Kiota is creating the plugin, its replace the above with the following:
The expected behaviour would be to keep what is in it, and add the plugins node:
Also, if there is already a plugin node like the above, when adding another plugin to the same project, the expected behavior is the following:
The text was updated successfully, but these errors were encountered: