We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00d2e2c commit 10d9eeaCopy full SHA for 10d9eea
1 file changed
.vscode/settings.json
@@ -0,0 +1,13 @@
1
+{
2
+ "yaml.schemas": {
3
+ "https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml"
4
+ },
5
+ "yaml.customTags": [
6
+ "!ENV scalar",
7
+ "!ENV sequence",
8
+ "!relative scalar",
9
+ "tag:yaml.org,2002:python/name:material.extensions.emoji.to_svg",
10
+ "tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji",
11
+ "tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format"
12
+ ]
13
+}
0 commit comments