vscode-restclient
vscode-restclient copied to clipboard
BIGINT not supported by the script variables
- REST Client Version: v0.24.5
- VSCode Version: 1.56.2
- OS Version: Ubuntu 21.04
Steps to Reproduce:
-
Define a variable that gets filled after a HTTP call e.g. @var = {{testCall.response.body.value}}
-
If the retrieved data represents a BIGINT, the value stored by the variable is truncated
any updates on this?