Skip to content

Commit

Permalink
Merge pull request #485 from marp-team/setting-experimental-tag
Browse files Browse the repository at this point in the history
Mark `markdown.marp.strictPathResolutionDuringExport` with "Experimental" UI label
  • Loading branch information
yhatt authored Jan 15, 2025
2 parents 9c169fa + 1187e38 commit c12abba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Fixed

- Apply theme color to Marp icon ([#479](https://github.com/marp-team/marp-vscode/issues/479), [#484](https://github.com/marp-team/marp-vscode/pull/484))
- Mark `markdown.marp.strictPathResolutionDuringExport` with "Experimental" UI label ([#485](https://github.com/marp-team/marp-vscode/pull/485))

## v3.0.0 - 2024-12-31

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,10 @@
"markdown.marp.strictPathResolutionDuringExport": {
"type": "boolean",
"default": false,
"markdownDescription": "_[Experimental]_ Enables strict path resolution during export. If enabled, the export command tries to resolve relative paths from VS Code workspace that a Markdown file belongs. If disabled, or the Markdown does not belong to any workspace, the export command resolves paths based on the local file system."
"description": "Enables strict path resolution during export. If enabled, the export command tries to resolve relative paths from VS Code workspace that a Markdown file belongs. If disabled, or the Markdown does not belong to any workspace, the export command resolves paths based on the local file system.",
"tags": [
"experimental"
]
},
"markdown.marp.themes": {
"type": "array",
Expand Down

0 comments on commit c12abba

Please sign in to comment.