Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Vincent Biret <[email protected]>
  • Loading branch information
maisarissi and baywet authored May 23, 2024
1 parent 5a391c2 commit 95db741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/cli/plugin-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ For `manifest.json` file, we will:
"copilotExtensions": {
"plugins": [
{
"id": {plugin-name}
"id": "{plugin-name}",
"file": "<generated_plugin_file>.json"
}
]
Expand All @@ -63,7 +63,7 @@ For `manifest.json` file, we will:
2. If a `plugins` node already exists and there is no plugin with the same `id`, add the new plugin information. If the `id` already exists, replace the current content.
3. If there is no `manifest.json` file, we should create a basic manifest with only required information as the following example:

```json
```jsonc
{
"$schema": "https://developer.microsoft.com/json-schemas/teams/vDevPreview/MicrosoftTeams.schema.json",
"manifestVersion": "devPreview",
Expand Down

0 comments on commit 95db741

Please sign in to comment.