File tree 3 files changed +11
-1
lines changed 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to the "PostgreSQL Hacker Helper" extension will be document
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.8.1]
9
+
10
+ ### Fix
11
+
12
+ ` Dump Node to stdout ` command not worked, because ` frameId ` not passed for evaluation.
13
+
8
14
## [ 1.8.0]
9
15
10
16
### Added
Original file line number Diff line number Diff line change @@ -263,6 +263,10 @@ Known issues:
263
263
264
264
## Release Notes
265
265
266
+ ### 1.8.1
267
+
268
+ Fix ` Dump Node to stdout ` not working.
269
+
266
270
### 1.8.0
267
271
268
272
Add variable from PG Variables to Watch view.
Original file line number Diff line number Diff line change 2
2
"name" : " postgresql-hacker-helper" ,
3
3
"displayName" : " PostgreSQL Hacker Helper" ,
4
4
"description" : " Extension to assist Postgres hackers - source code developers" ,
5
- "version" : " 1.8.0 " ,
5
+ "version" : " 1.8.1 " ,
6
6
"engines" : {
7
7
"vscode" : " ^1.30.0"
8
8
},
You can’t perform that action at this time.
0 commit comments