Skip to content

Commit 9394736

Browse files
authored
publish v1.13.1 (#1414)
1 parent 8a729f6 commit 9394736

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.13.1] - 2025-03-04
8+
9+
### Fixed
10+
11+
- SAS log color issue ([#1325](https://github.com/sassoftware/vscode-sas-extension/issues/1325))
12+
- Remove unexpected endsubmit autocomplete ([#1357](https://github.com/sassoftware/vscode-sas-extension/issues/1357))
13+
- Proc Python auto-indent issue ([#1376](https://github.com/sassoftware/vscode-sas-extension/issues/1376))
14+
- Better error display for Rest session creation errors ([#1367](https://github.com/sassoftware/vscode-sas-extension/issues/1367))
15+
- Stop running when close session ([#1390](https://github.com/sassoftware/vscode-sas-extension/pull/1390))
16+
717
## [v1.13.0] - 2024-12-23
818

919
### Changed

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: 7 additions & 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.13.0",
5+
"version": "1.13.1",
66
"categories": [
77
"Programming Languages",
88
"Data Science",
@@ -30,6 +30,12 @@
3030
"virtualWorkspaces": true
3131
},
3232
"contributes": {
33+
"authentication": [
34+
{
35+
"id": "SAS",
36+
"label": "SAS"
37+
}
38+
],
3339
"taskDefinitions": [
3440
{
3541
"type": "sas",

0 commit comments

Comments
 (0)