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

SQL Database Projects - go to error navigation fails if space in file path, and does not navigate to specific line number #26003

Open CarlosOnline opened 3 weeks ago

CarlosOnline commented 3 weeks ago

2 issues:

  1. Can not navigate to file if space in file path. Works in Visual Studio.
  2. Does not navigate to specific line when no spaces in file path. Only goes to top of file.
MyDatabase\MySchema\Stored Procedures\FredFlintstoneSproc.sql(81,5): Error:  SQL71561: Procedure: [MySchema].[FredFlintstoneSproc] contains an unresolved reference to an object.