jake-kirkman / vscode-ext-apex-notebook

MIT License
3 stars 2 forks source link

No easy way to change org execution #3

Open tviktar opened 2 months ago

tviktar commented 2 months ago

Probably I missed smth but I do not see any option to change execution org (eg simple dropdown with orgs). Even if I change default org I still get results from initial org. The only way is to change default org and reopen project. I use intelIij IDEA and I like their code/soql execution. But I want to switch to vs code and your tool looks similar and I like it but during development I need to see data on different orgs. Thanks

jake-kirkman commented 2 months ago

Hi @tviktar - thanks for raising this.

This is because it essentially authenticate once and doesn't "listen" for when the default org is changed. But I can certainly add in some more options in the extension configuration and maybe a prompt when executing cells so that this is more accessible in the future.

I'll see if I can get an update pushed in the coming week or so that addresses this.