Description
Right-clicking a cell in the Query Editor result grid shows a Copy As submenu with Copy as CSV, Copy as JSON, Copy as INSERT INTO, and Copy as IN clause. The SQL Notebook result grid context menu does not include this submenu, so users have no quick way to copy a selection in those formats from a notebook cell.
The SQL Notebook result grid context menu should include the same Copy As submenu as the Query Editor results panel, with all four options behaving identically.
SQL Notebook results — Copy As submenu missing:

Query results — Copy As submenu present:

Steps to Reproduce
- Run SELECT * FROM dbo.authors; in a .sql file. Right-click a cell in the result grid and confirm the Copy As submenu is present with all four options.
- Run the same query in a SQL Notebook cell. Right-click a cell in the result grid and confirm the Copy As submenu is absent.
Affected Area
If you selected "Other", please describe the affected area
SQL Notebooks
Environment Information
- VS Code: Latest (Insiders)
- MSSQL extension: v1.43 RC
Confirmation
Description
Right-clicking a cell in the Query Editor result grid shows a Copy As submenu with Copy as CSV, Copy as JSON, Copy as INSERT INTO, and Copy as IN clause. The SQL Notebook result grid context menu does not include this submenu, so users have no quick way to copy a selection in those formats from a notebook cell.
The SQL Notebook result grid context menu should include the same Copy As submenu as the Query Editor results panel, with all four options behaving identically.
SQL Notebook results — Copy As submenu missing:

Query results — Copy As submenu present:

Steps to Reproduce
Affected Area
If you selected "Other", please describe the affected area
SQL Notebooks
Environment Information
Confirmation