VS Code does not execute oauth2 from runner

When executing a run in vs code, it does not execute the OAuth2 for the current environment.

If I manually execute the authentication in the environment prior to executing the run, it still does not execute the item in the collection due to OAuth2 token not being generated.

If I execute the run using my online Postman account, the run will execute correctly by generating a token for OAuth2 prior to executing the items in the collection.