Hello,
I have a properly configured wallet.
It works well with the add-on for regular non-proxy connections.
However I have noticed the issue for proxy connections. During executing following commands in VSCode:
connect [proxy_user]@tns_name
or connect [proxy_user]
/
@tns_name
or connect user_name[proxy_user]
/
@tns_name
the add-on asks about password (it should not).
If I execute the same commands in SQL Plus, I connected successfully without asking for password.
I believe its a bug because behavior of the add-on should be similar like SQL Plus and the password pop-up should not appear.