Skip to content

Commit 544ac25

Browse files
authored
publish v1.17.0 (#1647)
1 parent 433345b commit 544ac25

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). If you introduce breaking changes, please group them together in the "Changed" section using the **BREAKING:** prefix.
66

7+
## [v1.17.0] - 2025-09-26
8+
9+
### Added
10+
11+
- Added check for unsaved files in a folder upon deletion ([#1559](https://github.com/sassoftware/vscode-sas-extension/pull/1559))
12+
- Added ability to save cell output ([#1576](https://github.com/sassoftware/vscode-sas-extension/pull/1576))
13+
- Allow mapping VS Code color theme to custom ODS style ([#1619](https://github.com/sassoftware/vscode-sas-extension/pull/1619))
14+
15+
### Fixed
16+
17+
- First empty line condition for toggleLineComment ([#1583](https://github.com/sassoftware/vscode-sas-extension/issues/1583))
18+
- Enable filter library name in SET statement ([#1608](https://github.com/sassoftware/vscode-sas-extension/issues/1608))
19+
- Fix multiple establish connection calls ([#1621](https://github.com/sassoftware/vscode-sas-extension/issues/1621))
20+
721
## [v1.16.0] - 2025-07-31
822

923
### Added

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sas-lsp",
33
"displayName": "SAS",
44
"description": "Official SAS Language Extension for VS Code",
5-
"version": "1.16.0",
5+
"version": "1.17.0",
66
"categories": [
77
"Programming Languages",
88
"Data Science",

package.nls.pt-br.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"configuration.SAS.log.showOnExecutionStart": "Mostrar log SAS quando a execução começa",
6868
"configuration.SAS.notebook.export.includeLog": "Incluir o log SAS no notebook exportado",
6969
"configuration.SAS.problems.log.enabled": "Mostre os problemas do log do SAS",
70-
"configuration.SAS.results.html.custom.style": "Especifica qual estilo SAS usar para os temas claro, escuro, alto contraste ou alto contraste claro. Esta opção é aplicada quando \"\"#SAS.results.html.style#\"\" está definido como \"\"(auto)\"\".",
70+
"configuration.SAS.results.html.custom.style": "Especifica qual estilo SAS usar para os temas claro, escuro, alto contraste ou alto contraste claro. Esta opção é aplicada quando `#SAS.results.html.style#` está definido como `(auto)`.",
7171
"configuration.SAS.results.html.custom.style.dark": "Estilo a ser usado para o tema escuro",
7272
"configuration.SAS.results.html.custom.style.highContrast": "Estilo a ser usado para o tema alto contraste",
7373
"configuration.SAS.results.html.custom.style.highContrastLight": "Estilo a ser usado para o tema alto contraste claro",

0 commit comments

Comments
 (0)