posit-dev / publisher

MIT License
3 stars 0 forks source link

Document configuring trusted domain in VSCode #1762

Open jonkeane opened 1 month ago

jonkeane commented 1 month ago

I'm not sure if this is possible, but could we add server URLs that someone has credentials to to the trusted domains for vscode? That will give us one less modal to click when visiting content.

jonkeane commented 1 month ago

Observed this during user testing. No one commented on it, but I noticed that there is an option to have trusted URLs

dotNomad commented 1 month ago

A quick search leads me to believe that this is not possible. The only command VSCode seems to have relating to trusted domains is command:workbench.action.manageTrustedDomain which just opens the settings file.

I only spent about 15 minutes poking around and searching, so perhaps there is a way to do this programmatically that I couldn't find in that time.

mmarchetti commented 1 month ago

We should mention/show this in the user docs.