diff --git a/.gitignore b/.gitignore index dc4b3a3..f40897a 100644 --- a/.gitignore +++ b/.gitignore @@ -161,6 +161,5 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -/.vscode *.xlsx *.log diff --git a/.vscode/settings.json b/.vscode/settings.json index 7b19079..055fb7e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,19 @@ "editor.formatOnSave": true, "[sas]": { "editor.formatOnSave": false + }, + "yaml.schemas": { + "https://squidfunk.github.io/mkdocs-material/schema.json": "mkdocs.yml" + }, + "yaml.customTags": [ + "!ENV scalar", + "!ENV sequence", + "!relative scalar", + "tag:yaml.org,2002:python/name:material.extensions.emoji.to_svg", + "tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji", + "tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format" + ], + "markdownlint.config": { + "MD024": false } }