microsoft / azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.
https://learn.microsoft.com/sql/azure-data-studio
MIT License
7.54k stars 899 forks source link

SQL Bindings: Create Function adds all files in folder just selected #20316

Open zijchen opened 2 years ago

zijchen commented 2 years ago

Steps to Reproduce:

  1. Right click on table
  2. Create Azure Function with SQL Bindings
  3. It prompts to select a folder. I was half expecting it to create a subfolder before adding all the files (host.json, csproj, etc.) but instead it just adds everything to the folder I selected.
VasuBhog commented 2 years ago

@zijchen is the selected folder empty or did it have other azure function project files in it as well?

zijchen commented 2 years ago

@VasuBhog it wasn't empty but it didn't have other function project files. I selected something like C:\src