Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/advanced/inspect/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ If an additional parameter is given, the output is written to the specified path
- `source`: the content of the code cell
- `language`: the language of the code cell
- `metadata`: the cell-level metadata for the code cell
- `extensions`: an array of objects containing information about extensions installed in the project.
The precise description of the information provided in each object is given by the [TypeScript interface `Extension` in Quarto's source code](https://github.com/quarto-dev/quarto-cli/blob/main/src/extension/types.ts#L29-L44) (We do not expect this interface to change, but we reserve the right to do so if needed).

## JSON Schemas

Expand Down
4 changes: 2 additions & 2 deletions docs/advanced/inspect/quarto-inspect-project-json-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
}
}
}
}

},
"extensions": { "type": "array", "items": { "type": "object" } }
}
}