Skip to content

Commit f7ebb8c

Browse files
authored
publish v1.15.0 (#1517)
1 parent 5b87de4 commit f7ebb8c

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +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-
## [Unreleased]
7+
## [v1.15.0] - 2025-06-10
88

99
### Added
1010

1111
- Add sas file system support for ITC-based (IOM/COM) connections ([#1388](https://github.com/sassoftware/vscode-sas-extension/pull/1388))
1212
- Add Traditional Chinese and Polish translations ([#1453](https://github.com/sassoftware/vscode-sas-extension/pull/1453))
1313

14+
### Fixed
15+
16+
- Show problems at corresponding line ([#1347](https://github.com/sassoftware/vscode-sas-extension/issues/1347)) ([#1378](https://github.com/sassoftware/vscode-sas-extension/issues/1378)) ([#1475](https://github.com/sassoftware/vscode-sas-extension/issues/1475))
17+
- Autocomplete in DATA step ([#1458](https://github.com/sassoftware/vscode-sas-extension/issues/1458))
18+
- `Fold All Regions` in Command Palette don't work ([#1486](https://github.com/sassoftware/vscode-sas-extension/issues/1486))
19+
- Table Viewer optimization in ITC ([#1466](https://github.com/sassoftware/vscode-sas-extension/pull/1466)) ([#1132](https://github.com/sassoftware/vscode-sas-extension/issues/1132))
20+
1421
## [v1.14.0] - 2025-04-28
1522

1623
### Added

package-lock.json

Lines changed: 5 additions & 3 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.14.0",
5+
"version": "1.15.0",
66
"categories": [
77
"Programming Languages",
88
"Data Science",

0 commit comments

Comments
 (0)