Skip to content
Open
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
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.0.0]
## [v2.0.1]

* Removed serial from profile elements in activate.ts to remove duplicate
refresh and and send to host menus in serial files.

## [v2.0.0] - 2026-06-19

### Changed

Expand Down Expand Up @@ -296,7 +301,8 @@ Initial publication.
* Terminal support
* PSL and table item syntax coloring

[Unreleased]: https://github.com/ing-bank/vscode-psl/compare/v2.0.0...HEAD
[Unreleased]: https://github.com/ing-bank/vscode-psl/compare/v2.0.1...HEAD
[v2.0.1]: https://github.com/ing-bank/vscode-psl/compare/vscode-v2.0.0...v2.0.1
[v2.0.0]: https://github.com/ing-bank/vscode-psl/compare/vscode-v1.13.3-rc1...v2.0.0
[v1.13.4]: https://github.com/ing-bank/vscode-psl/compare/vscode-v1.13.3-rc1...v2.0.0
[v1.13.3]: https://github.com/ing-bank/vscode-psl/compare/vscode-v1.13.2-rc0...vscode-v1.13.3-rc1
Expand Down
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": "vscode-psl",
"displayName": "vscode-psl",
"description": "Profile Scripting Language support",
"version": "2.0.0",
"version": "2.0.1",
"preview": false,
"publisher": "ing-bank",
"type": "module",
Expand Down
1 change: 0 additions & 1 deletion src/hostCommands/activate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ const PROFILE_ELEMENTS = [
".QRY",
".RPT",
".SCR",
".serial",
];

export function activate(context: vscode.ExtensionContext) {
Expand Down