From d24b72a6dbcb885f6146d8a970d0b05c6fcef8ea Mon Sep 17 00:00:00 2001 From: Travis Wilson Date: Tue, 11 Feb 2025 17:06:14 -0800 Subject: [PATCH] launchSettings --- .plugin/generator/src/Properties/launchSettings.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .plugin/generator/src/Properties/launchSettings.json diff --git a/.plugin/generator/src/Properties/launchSettings.json b/.plugin/generator/src/Properties/launchSettings.json new file mode 100644 index 000000000..1150091e2 --- /dev/null +++ b/.plugin/generator/src/Properties/launchSettings.json @@ -0,0 +1,9 @@ +{ + "profiles": { + "OpenAI": { + "commandLineArgs": "$(SolutionDir)/../dist/generator/Microsoft.Generator.CSharp.dll $(SolutionDir)/../../.dotnet -p OpenAILibraryPlugin", + "commandName": "Executable", + "executablePath": "dotnet" + } + } +} \ No newline at end of file