Describe the bug
Open VSC SAS Extension base on Main branch. Suppose to run some code against a Viya connection, switch to a COM(Local94) connection, error is thrown on console in such situation.
Steps to reproduce
1.Sign in with a valid Viya connection
2.Run some code
3.Switch to COM(Local94) connection
SAS code (if applicable)
proc print data=sashelp.class;
run;
Expected behavior
No console error with profile switching
Screenshots
Client OS
No response
Extension version
v1.17.0
SAS version
No response
Additional context
No response