From 40653e34165de23fa04575cd6cf88fd2b03db2b8 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Fri, 5 Jul 2024 08:54:30 -0700 Subject: [PATCH] (maint) Add recommended extension This extension is useful when editing Markdown files, especially when it contains a Table Of Contents. This extension will update the TOC simply by making changes to the main body. --- .vscode/extensions.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/extensions.json diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 000000000..5c2b21c45 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "yzhang.markdown-all-in-one" + ] +} \ No newline at end of file