From c89c23e67404eac98c5662eae1791f858a47aa0c Mon Sep 17 00:00:00 2001 From: Jan Krivanek Date: Mon, 16 Feb 2026 15:53:38 +0100 Subject: [PATCH] Add links --- plugins/csharp-dotnet-development/commands/csharp-mstest.md | 1 + plugins/csharp-dotnet-development/commands/csharp-nunit.md | 1 + plugins/csharp-dotnet-development/commands/csharp-tunit.md | 1 + 3 files changed, 3 insertions(+) create mode 100644 plugins/csharp-dotnet-development/commands/csharp-mstest.md create mode 100644 plugins/csharp-dotnet-development/commands/csharp-nunit.md create mode 100644 plugins/csharp-dotnet-development/commands/csharp-tunit.md diff --git a/plugins/csharp-dotnet-development/commands/csharp-mstest.md b/plugins/csharp-dotnet-development/commands/csharp-mstest.md new file mode 100644 index 00000000..941cbef4 --- /dev/null +++ b/plugins/csharp-dotnet-development/commands/csharp-mstest.md @@ -0,0 +1 @@ +../../../prompts/csharp-mstest.prompt.md \ No newline at end of file diff --git a/plugins/csharp-dotnet-development/commands/csharp-nunit.md b/plugins/csharp-dotnet-development/commands/csharp-nunit.md new file mode 100644 index 00000000..486fd260 --- /dev/null +++ b/plugins/csharp-dotnet-development/commands/csharp-nunit.md @@ -0,0 +1 @@ +../../../prompts/csharp-nunit.prompt.md \ No newline at end of file diff --git a/plugins/csharp-dotnet-development/commands/csharp-tunit.md b/plugins/csharp-dotnet-development/commands/csharp-tunit.md new file mode 100644 index 00000000..4ffd0add --- /dev/null +++ b/plugins/csharp-dotnet-development/commands/csharp-tunit.md @@ -0,0 +1 @@ +../../../prompts/csharp-tunit.prompt.md \ No newline at end of file