Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldoakes committed May 18, 2022
1 parent 45f9304 commit b040897
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## [2.2.2](https://github.com/ply-ct/vscode-ply/tree/2.2.2) (2022-05-17)

- Bug: Flow editor rendering broken by vscode 1.67.1 [\#147](https://github.com/ply-ct/vscode-ply/issues/147)


## [2.2.1](https://github.com/ply-ct/vscode-ply/tree/2.2.1) (2022-04-14)

- Bug: Intermittent non-rendering of flow diagrams [\#145](https://github.com/ply-ct/vscode-ply/issues/145)
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Ply",
"description": "Automated Testing for REST and GraphQL APIs",
"icon": "icons/ply.png",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"author": {
"name": "Donald Oakes",
Expand Down
2 changes: 1 addition & 1 deletion src/edit/flow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ export class FlowEditor implements vscode.CustomTextEditorProvider {
)
);
// initial values
await webviewPanel.webview.postMessage({
webviewPanel.webview.postMessage({
type: 'values',
base: baseUri.toString(),
flowPath: document.uri.fsPath,
Expand Down

0 comments on commit b040897

Please sign in to comment.