From 603323848ad8c0d7667661cc93ee2e19b3b25ba0 Mon Sep 17 00:00:00 2001 From: Einar Ingebrigtsen Date: Sun, 31 Mar 2024 13:40:07 +0200 Subject: [PATCH] Clarifying that it is .NET --- _posts/2024/03/introducing-vscode-net-build-commands/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2024/03/introducing-vscode-net-build-commands/index.md b/_posts/2024/03/introducing-vscode-net-build-commands/index.md index 6a1794e..e89bedd 100644 --- a/_posts/2024/03/introducing-vscode-net-build-commands/index.md +++ b/_posts/2024/03/introducing-vscode-net-build-commands/index.md @@ -13,7 +13,7 @@ tags: ## TL;DR -I've made a VSCode extension to make build tasks and launch configuration easier to maintain. +I've made a VSCode extension to make .NET build tasks and launch configuration easier to maintain. You can find it [here](https://marketplace.visualstudio.com/items?itemName=einari.dotnet-build-commands). ## Why