Skip to content

Commit

Permalink
fix: httpBook use history feature of vscode-httpyac #70
Browse files Browse the repository at this point in the history
  • Loading branch information
AnWeber committed Sep 2, 2022
1 parent e9e86ab commit 6b16417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension/notebook/httpNotebookKernel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ export class HttpNotebookKernel implements vscode.NotebookCellStatusBarItemProvi
execution.appendOutput(output);
}
}
await this.httpyacExtensionApi.responseStore.add(response, httpRegion, false);
},
});

Expand Down

0 comments on commit 6b16417

Please sign in to comment.