SQL/IPYNB files opened that use showTextDocument() API, are now shown a text editor. #10490
Closed
Description
opened on May 19, 2020
- Azure Data Studio Version:
Steps to Reproduce:
- Launch TSG book from command pallet: 'SQL Server 2019 Guide'
- Open any markdown file that have relative links to ipynb files. (Ex: TroubleShooters markdown)
- Open any notebook link
Expected:
Notebook file opens with correct kernel.
Actual:
Notebook opens up as text file with json content.
This also repros when the relative files are sql files. They just open as text files.
Following VSCode change is the cause: microsoft/vscode#96888
Activity