Skip to content

Commit bc59cd2

Browse files
authored
publish v1.13.0 (#1337)
1 parent 24cf415 commit bc59cd2

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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] - TBD
7+
## [v1.13.0] - 2024-12-23
88

99
### Changed
1010

@@ -13,6 +13,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1313
### Added
1414

1515
- Python language features inside proc python ([#991](https://github.com/sassoftware/vscode-sas-extension/pull/991))
16+
- Inherit VS Code file icons in SAS Content and Server ([#1310](https://github.com/sassoftware/vscode-sas-extension/pull/1310))
17+
- Display macro name in outline pane ([#1326](https://github.com/sassoftware/vscode-sas-extension/pull/1326))
18+
19+
### Fixed
20+
21+
- Display global option help in data step ([#1282](https://github.com/sassoftware/vscode-sas-extension/issues/1282))
22+
- Unnecessary empty line added by formatter ([#1288](https://github.com/sassoftware/vscode-sas-extension/issues/1288))
23+
- Display context in hover help for data step statement option ([#1306](https://github.com/sassoftware/vscode-sas-extension/issues/1306))
24+
- SAS log code action should not impact others ([#1302](https://github.com/sassoftware/vscode-sas-extension/issues/1302))
25+
- The notebook file is opened incorrectly after renaming ([#1289](https://github.com/sassoftware/vscode-sas-extension/issues/1289))
26+
- Resolve breaking changes by AG Grid 33 ([#1334](https://github.com/sassoftware/vscode-sas-extension/issues/1334))
1627

1728
## [v1.12.0] - 2024-11-25
1829

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.12.0",
5+
"version": "1.13.0",
66
"categories": [
77
"Programming Languages",
88
"Data Science",

website/docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 3
44

55
# Installation
66

7-
Install the latest version of Visual Studio Code (version 1.82 or later).
7+
Install the latest version of Visual Studio Code (version 1.89 or later).
88

99
To install the SAS extension:
1010

0 commit comments

Comments
 (0)