Nicolas D.
Nicolas D.
Hi @HighCommander4 , I'm following this discussion too. I'm not sure to understand exactly the two ways relied on Workspace Trust you explained. To provide you more context why this...
I think they have this prompt too. At least I have it when I start from strach
> > I think they have this prompt too. At least I have it when I start from strach > > Right, so my proposal is "when they see that...
You can use `await vscode.commands.executeCommand('privateExtensions.extension.install', extensionId, { "silent": true }); `
Hello, I had the same need as you. As workaround I use this extension https://marketplace.visualstudio.com/items?itemName=colas.post-startup-hook push a shell script on the remote-server that is executer by the extension. The shell...
> I'm not sure I fully understand the use case for this. VS Code doesn't have an option to do this for regular extensions from the marketplace. It will silently...
> Oh, is your extension sending a `privateExtensions.extension.install` message to this extension in order to cause it to install the extensions for you? That wasn't really a supported use case,...
I checked a bit the documetation and perfomed some quick test. indeed the API is limited. The only way to know if an extension is disabled is to compare the...
Hello @lachaib ;) Hope you are good. I can run some tests if needed. Tell me what I should do to test this PR properly.
Unfortunately I didn't get time to test. And I just changed my position job. It will be more difficult for me to perform the test.