Skip to content

Commit

Permalink
chore(release): 2.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed Feb 19, 2024
1 parent d255624 commit c269135
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 35 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.26.0](https://github.com/hpcc-systems/vscode-ecl/compare/v2.25.0...v2.26.0) (2024-02-19)


### Features

* add a resubmit item in the WU menu ([42f735b](https://github.com/hpcc-systems/vscode-ecl/commit/42f735b0e4e1e7dac161bec41e9f610b5042bacc))
* Add protect & unprotect workunit to WU context menu ([a249bf3](https://github.com/hpcc-systems/vscode-ecl/commit/a249bf3bbf4175dd106de3ff7eb2b4d30dcdfd44))
* Add protect & unprotect workunit to WU context menu ([77b7628](https://github.com/hpcc-systems/vscode-ecl/commit/77b7628211326031dd59ee4ccd506c4a79ee2264))


### Bug Fixes

* add ask to delete to delete workunits ([404af47](https://github.com/hpcc-systems/vscode-ecl/commit/404af472316c6d01c7583cae02d8559d240508f5))
* add translate string to Set State in WU context menu ([257fd31](https://github.com/hpcc-systems/vscode-ecl/commit/257fd31ed62167a77d68aa50866b53a04c87217f))

## [2.25.0](https://github.com/hpcc-systems/vscode-ecl/compare/v2.24.0...v2.25.0) (2023-12-19)


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.

66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "ecl",
"version": "2.25.0",
"version": "2.26.0",
"publisher": "hpcc-systems",
"displayName": "ECL Language",
"description": "ECL (Enterprise Control Language) support for Visual Studio Code",
Expand Down Expand Up @@ -768,70 +768,70 @@
"menus": {
"setPriority": [
{
"command": "hpccPlatform.moveJobUp",
"group": "set@01"
"command": "hpccPlatform.moveJobUp",
"group": "set@01"
},
{
"command": "hpccPlatform.moveJobDown",
"group": "set@02"
"command": "hpccPlatform.moveJobDown",
"group": "set@02"
},
{
"command": "hpccPlatform.moveJobBack",
"group": "set@03"
"command": "hpccPlatform.moveJobBack",
"group": "set@03"
},
{
"command": "hpccPlatform.moveJobFront",
"group": "set@04"
"command": "hpccPlatform.moveJobFront",
"group": "set@04"
}
],
"setState": [
{
"command": "hpccPlatform.setStateCompiled",
"group": "set@01"
"command": "hpccPlatform.setStateCompiled",
"group": "set@01"
},
{
"command": "hpccPlatform.setStateRunning",
"group": "set@02"
"command": "hpccPlatform.setStateRunning",
"group": "set@02"
},
{
"command": "hpccPlatform.setStateCompleted",
"group": "set@03"
"command": "hpccPlatform.setStateCompleted",
"group": "set@03"
},
{
"command": "hpccPlatform.setStateFailed",
"group": "set@04"
"command": "hpccPlatform.setStateFailed",
"group": "set@04"
},
{
"command": "hpccPlatform.setStateArchived",
"group": "set@05"
"command": "hpccPlatform.setStateArchived",
"group": "set@05"
},
{
"command": "hpccPlatform.setStateAborting",
"group": "set@06"
"command": "hpccPlatform.setStateAborting",
"group": "set@06"
},
{
"command": "hpccPlatform.setStateAborted",
"group": "set@07"
"command": "hpccPlatform.setStateAborted",
"group": "set@07"
},
{
"command": "hpccPlatform.setStateBlocked",
"group": "set@08"
"command": "hpccPlatform.setStateBlocked",
"group": "set@08"
},
{
"command": "hpccPlatform.setStateSubmitted",
"group": "set@09"
"command": "hpccPlatform.setStateSubmitted",
"group": "set@09"
},
{
"command": "hpccPlatform.setStateScheduled",
"group": "set@10"
"command": "hpccPlatform.setStateScheduled",
"group": "set@10"
},
{
"command": "hpccPlatform.setStateCompiling",
"group": "set@11"
"command": "hpccPlatform.setStateCompiling",
"group": "set@11"
},
{
"command": "hpccPlatform.setStateWaiting",
"group": "set@12"
"command": "hpccPlatform.setStateWaiting",
"group": "set@12"
}
],
"explorer/context": [
Expand Down

0 comments on commit c269135

Please sign in to comment.