Skip to content

Commit 200ba2a

Browse files
- Adding debug support.
1 parent 76db3aa commit 200ba2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.vscode/launch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@
172172
"describe local_openssl.keys.x509;",
173173
"select * from local_openssl.keys.x509 where cert_file = '/Users/admin/stackql/stackql-devel/test/tmp/manual_cert.pem';",
174174
"select * from aws.ec2.volumes_presented where region = 'ap-southeast-2';",
175+
"select BackupId, BackupState from aws.cloudhsm.backups where region = 'rubbish-region' order by BackupId;",
175176
],
176177
"default": "show providers;"
177178
},

0 commit comments

Comments
 (0)