Skip to content

Commit 36305d0

Browse files
authored
doc: add note for SQL cell (#1430)
1 parent de88ea0 commit 36305d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/docs/Features/sasNotebook.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ SAS Notebook is an interactive notebook file that includes markdown code, execut
1313

1414
![SAS Notebook](/images/sasNotebook.png)
1515

16+
:::note
17+
18+
Starting with Visual Studio Code version 1.93, [the language for SQL files has been renamed](https://code.visualstudio.com/updates/v1_93#_renamed-sql-to-ms-sql) from 'SQL' to 'MS SQL'. As a result, the SQL cell in SAS Notebook is now labeled 'MS SQL'. The SAS Extension for Visual Studio Code does not control the label of the SQL cell in SAS Notebook. The functionality of the SQL cell has not changed, however. Valid PROC SQL code continues to work in the MS SQL cell.
19+
20+
:::
21+
1622
## Export
1723

1824
To export your SAS Notebook to other formats, click the **More Actions** (`...`) button on the notebook toolbar at top, and select `Export`. The following formats are supported.

0 commit comments

Comments
 (0)