Hi all,
Is there a way to install VSCode version with the latest Marketplace extension? Our users wanted to install GitHub Copilot extension but it’s not available. Our VSCode version is 1.100.2.
Thanks in advance!
Hi all,
Is there a way to install VSCode version with the latest Marketplace extension? Our users wanted to install GitHub Copilot extension but it’s not available. Our VSCode version is 1.100.2.
Thanks in advance!
Hi and welcome!
You can search what extensions are available in the Extensions tab. Here’s my search for ‘copilot’ which appears to return what you’re looking for.
Hi Jeff,
Thank you very much for your response. Currently, that extension is not compatible with our VSCode version. We will inspect this further. In the mean time, if you have any other suggestions, please let me know!
You can install the official VSCode in Open OnDemand, this is what we do with our integration with Azure CycleCloud Workspace for Slurm https://learn.microsoft.com/en-us/azure/cyclecloud/overview-ccws
Our VSCode application are publicly available in this repo https://github.com/Azure/cyclecloud-open-ondemand/tree/main/specs/default/cluster-init/files/playbooks/files/applications
If you are deploying this in multi-tenant systems, I would be extra careful as it is very easy to perform prompt injection if the users do not take precautions.
–
Yash
In my (limited) experience, there are two solutions for this:
Disclaimer: I have no assessment of the possible security risks of the 2nd approach, and I am open to hearing back from the community upon any possible volunerabilities.