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.57k stars 901 forks source link

Notebook Search: Sometimes not all find items are highlighted in a code cell #15628

Open lucyzhang929 opened 3 years ago

lucyzhang929 commented 3 years ago
  1. Search for "specified_Subscription"
  2. Find 8 results in import-sql-server.ipynb in Azure SQL Hybrid Cloud Toolkit book, but only first one is highlighted. image
chlafreniere commented 3 years ago

@lucyzhang929 was this a regression previously? Curious if we can move this to August (if so)

lucyzhang929 commented 3 years ago

No this was not a regression.

chlafreniere commented 3 years ago

Thanks @lucyzhang929. Moved to August as a result.

lucyzhang929 commented 3 years ago

Updated repro steps:

  1. Search for "specified_Subscription"
  2. Click on first notebook (export-sql-server.ipynb) -> all results will be highlighted
  3. Click on second notebook (import-sql-server.ipynb) -> all results will be highlighted
  4. Click on first result again (export-sql-server.ipynb) Expected: all results highlighted Actual: only first result is highlighted