Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.

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.

## [v1.17.0] - 2025-09-26

### Added

- Added check for unsaved files in a folder upon deletion ([#1559](https://github.com/sassoftware/vscode-sas-extension/pull/1559))
- Added ability to save cell output ([#1576](https://github.com/sassoftware/vscode-sas-extension/pull/1576))
- Allow mapping VS Code color theme to custom ODS style ([#1619](https://github.com/sassoftware/vscode-sas-extension/pull/1619))

### Fixed

- First empty line condition for toggleLineComment ([#1583](https://github.com/sassoftware/vscode-sas-extension/issues/1583))
- Enable filter library name in SET statement ([#1608](https://github.com/sassoftware/vscode-sas-extension/issues/1608))
- Fix multiple establish connection calls ([#1621](https://github.com/sassoftware/vscode-sas-extension/issues/1621))

## [v1.16.0] - 2025-07-31

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sas-lsp",
"displayName": "SAS",
"description": "Official SAS Language Extension for VS Code",
"version": "1.16.0",
"version": "1.17.0",
"categories": [
"Programming Languages",
"Data Science",
Expand Down
2 changes: 1 addition & 1 deletion package.nls.pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"configuration.SAS.log.showOnExecutionStart": "Mostrar log SAS quando a execução começa",
"configuration.SAS.notebook.export.includeLog": "Incluir o log SAS no notebook exportado",
"configuration.SAS.problems.log.enabled": "Mostre os problemas do log do SAS",
"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)\"\".",
"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)`.",
"configuration.SAS.results.html.custom.style.dark": "Estilo a ser usado para o tema escuro",
"configuration.SAS.results.html.custom.style.highContrast": "Estilo a ser usado para o tema alto contraste",
"configuration.SAS.results.html.custom.style.highContrastLight": "Estilo a ser usado para o tema alto contraste claro",
Expand Down
Loading