Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 6558f8b

Browse files
committed
Consume updated parser and release new version
1 parent 3414b38 commit 6558f8b

3 files changed

Lines changed: 11 additions & 27 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
All notable changes to the "vscode-github-actions" extension will be documented in this file.
44

5+
56
## [vnext]
67

8+
## [v0.17.0]
9+
710
- Support error background for pinned workflows - https://github.com/cschleiden/vscode-github-actions/issues/69
811
![](https://user-images.githubusercontent.com/2201819/107904773-9592ac00-6f01-11eb-89c6-7322a5912853.png)
12+
- Basic support for environment auto-completion
913

1014
## [v0.15.0]
1115

package-lock.json

Lines changed: 4 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"url": "https://github.com/cschleiden/vscode-github-actions"
99
},
1010
"description": "GitHub Actions workflows and runs for github.com hosted repositories in VS Code",
11-
"version": "0.16.0",
11+
"version": "0.17.0",
1212
"engines": {
13-
"vscode": "^1.48.0"
13+
"vscode": "^1.53.0"
1414
},
1515
"categories": [
1616
"Other"
@@ -313,7 +313,7 @@
313313
"@octokit/rest": "18.3.5",
314314
"atob": "^2.1.2",
315315
"btoa": "^1.2.1",
316-
"github-actions-parser": "0.18.0",
316+
"github-actions-parser": "0.21.1",
317317
"js-yaml": "^3.14.0",
318318
"ssh-config": "^3.0.0",
319319
"tunnel": "0.0.6",

0 commit comments

Comments
 (0)