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
An alternative could be to override yaml.customTags, which would silence the error. Although I am not sure how format it in a way that would silence it. I tried a few different patterns like described in redhat-developer/vscode-yaml#137 but could not get it to silence. This is an educated guess as a possible solution, but guidance would be needed on how to implement.
The text was updated successfully, but these errors were encountered:
Issue:
I am using VSCode Intellisense to validate
mkdocs.yml
, as described here: https://squidfunk.github.io/mkdocs-material/creating-your-site/#minimal-configuration for.vscode/settings.json
:When attempting to use the plugin in
mkdocs.yml
like so:I get the following error:
click for copy pasted error
Potential Solutions:
I am unclear on the best way to resolve this. Please let me know what you think is the best solution.
1. Add to the official schema
Based on the conversation in squidfunk/mkdocs-material#3660, it seems like squidfunk would prefer that users use his insider's plugin, which would be understandable. I doubt he would support adding this to the official schema, like done in squidfunk/mkdocs-material#6378. But I can attempt to do so, if that is the easier solution.
2. Override
.vscode/settings.json
An alternative could be to override
yaml.customTags
, which would silence the error. Although I am not sure how format it in a way that would silence it. I tried a few different patterns like described in redhat-developer/vscode-yaml#137 but could not get it to silence. This is an educated guess as a possible solution, but guidance would be needed on how to implement.The text was updated successfully, but these errors were encountered: