codefori / vscode-db2i

Db2 for IBM i Tools for VS Code
MIT License
47 stars 25 forks source link

Show code and state in error log #133

Closed worksofliam closed 11 months ago

worksofliam commented 1 year ago

@ThePrez Any chance we can get the code and state as additional props if available back in the QueryResponse?

{
  "id": "query4",
  "error": "Token SASDFADSF was not valid. Valid tokens: ( CL END GET SET TAG CALL DROP FREE HOLD LOCK OPEN WITH.",
  "success": false
}
ThePrez commented 1 year ago

Sure. Add me as an assignee, please

worksofliam commented 11 months ago

I can see it coming back in 1.4.5 - thanks!

image