Skip to content

Commit

Permalink
Fix #40 - Pipes missing after formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fcrespo82 committed May 13, 2021
1 parent cbfbf18 commit cb7e7cb
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 10,226 deletions.
Empty file modified .github/actions/vsce-package/entrypoint.sh
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "npm: esbuild"
},
{
"name": "Extension Tests",
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

## [2.1.7] - 2021-05-13

### Fixed
- Pipes missing after formatting (Issue #40)

## [2.1.7] - 2021-04-29

### Changed
Expand Down
Loading

0 comments on commit cb7e7cb

Please sign in to comment.