I am working with a DB that has GRANT statements embedded in the SQL script for Tables and Materialized Views. When viewing the SQL with Oracle extensions in Visual Studio Code I do not see the GRANTs in the SQL on the database. But if I look with the SQL Developer tool the GRANTs are in the code. The connections on both tools are using the same UID. Is there a setting or some sort of security role that is needed for these to show in the SQL in Visual Studio Code?