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.59k stars 908 forks source link

VS Code: Create project from database always uses SQL 2022 as target platform #26052

Closed zijchen closed 1 week ago

zijchen commented 1 week ago

Steps to Reproduce:

  1. Create database project from existing database from the projects extension
  2. Go through the user prompts, but regardless what server you use (Azure/DW/older SQL version) the sqlproj created always is for SQL 2022

There used to be a menu item to create project when right clicking on a database from list of servers, that flow worked fine, but that button no longer exists.

Does this issue occur when all extensions are disabled?: Yes/No