When "frontMatter.content.publicFolder" is set both in workspace.code-workspace and frontmatter.json, the setting is not taken into account, and the Media tab of the dashboard display the contents of the "content" folder of the workspace, not the root folder (as is the default when the setting is not set).
Steps to reproduce the behavior:
- Add
"frontMatter.content.publicFolder": "static" to frontmatter.json and workspace.code-workspace
- May the the path of the content folder ('content' for Hugo)
- Click on Dashboard : Media tab
- The content of 'content' are displayed, not of 'static' or of the project root (as when publicFolder is not set).
Expected behavior
A alert should be seen about the setting confusion ? and the media tab should display the 'static' folder contents..
Desktop (please complete the following information):
- OS: Ubuntu 22.04 Jammy
- Visual Code 1.67.2
- Frontmatter v7.3.1
When "frontMatter.content.publicFolder" is set both in workspace.code-workspace and frontmatter.json, the setting is not taken into account, and the Media tab of the dashboard display the contents of the "content" folder of the workspace, not the root folder (as is the default when the setting is not set).
Steps to reproduce the behavior:
"frontMatter.content.publicFolder": "static"tofrontmatter.jsonandworkspace.code-workspaceExpected behavior
A alert should be seen about the setting confusion ? and the media tab should display the 'static' folder contents..
Desktop (please complete the following information):