microsoft / prompty

Prompty makes it easy to create, manage, debug, and evaluate LLM prompts for your AI applications. Prompty is an asset class and format for LLM prompts designed to enhance observability, understandability, and portability for developers.
https://prompty.ai
MIT License
392 stars 27 forks source link

New Prompty file on right click VS Code File explorer not creating the file on the folder. #52

Open anuraj opened 1 month ago

anuraj commented 1 month ago

I am creating a prompty file in an ASP.NET Core Web API project. When right clicking on the File Explorer and selecting the New Prompty , it will create the prompty file, and open it, but it is not created in the project root, instead it is created in the parent folder.

image

sethjuarez commented 1 month ago

In general it should create the prompty file in the selected folder - is this your experience?

anuraj commented 1 month ago

Yes, that is the expected behavior right?

sethjuarez commented 3 weeks ago

Yes it is! Is it not doing that?