Hi everyone,
executing the same query against the same database resulting in different outputs in VS Code SQL Developer Plugin and the standalone SQL Developer.
VS Code SQL Developer Plugin:

Standalone SQL Developer:

The standalone SQL Developer output is correct. It seems a issue with displaying values in VS Code.
This seems to be a bug because the extension is not using data type BigInt. See this post for details.