From 50e1cc2bbc66497a7ec0d64b31d4d28c7ea003b1 Mon Sep 17 00:00:00 2001 From: Tim_Tech_Dev Date: Mon, 13 Sep 2021 21:26:50 +0200 Subject: [PATCH] Add ms-goessner.mdmath extension --- extensions.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extensions.json b/extensions.json index 544c0746c..9340b22cc 100644 --- a/extensions.json +++ b/extensions.json @@ -660,6 +660,10 @@ "download": "https://github.com/microsoft/vscode-pull-request-github/releases/download/v0.29.2/vscode-pull-request-github-0.29.2.vsix", "version": "0.29.2" }, + { + "id": "goessner.mdmath", + "repository": "https://github.com/goessner/mdmath" + }, { "id": "golang.go", "download": "https://github.com/golang/vscode-go/releases/download/v0.27.1/go-0.27.1.vsix",