microsoft / vscode-postgresql

PostgreSQL extension for VSCODE
Other
399 stars 50 forks source link

Error: command 'vscode.previewHtml' not found #32

Closed matthiasdaues closed 5 years ago

matthiasdaues commented 5 years ago

Steps to Reproduce:

  1. type a select statement: select count(*) from connection.table
  2. get error message: "Error: command 'vscode.previewHtml' not found"
akamath46297 commented 5 years ago

@matthiasdaues thanks for reporting. With VSCODE 1.33.0 vscode.previewHtml is deprecated. We have published the new release with this fix and bunch of other fixes here https://github.com/Microsoft/vscode-postgresql/releases/tag/v0.2.0

akamath46297 commented 5 years ago

This is fixed now with 0.2.0 release