From 577b6313bb0202d2d77ff37ea59b27f05e958c6c Mon Sep 17 00:00:00 2001 From: enggnr <129082112+enggnr@users.noreply.github.com> Date: Fri, 18 Aug 2023 09:22:17 +0530 Subject: [PATCH] Plugin installation - ID and command to install Copolit (#102) --- software.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/software.yml b/software.yml index 185cd719..c61637fe 100644 --- a/software.yml +++ b/software.yml @@ -10780,6 +10780,7 @@ softwarePlugins: - system-images;android-33;google-tv;x86 - system-images;android-33;google_apis;x86_64 - system-images;android-33;google_apis_playstore;x86_64 + # - com.github.copilot # Unable to find a way to install automatically using CLI composer: cmd: null plugins: @@ -10831,6 +10832,10 @@ softwarePlugins: - dlvhdr/gh-dash - github/gh-net - mislav/gh-cp + intellij-idea-ce: + cmd: bash -c 'idea.sh installPlugins "{PLUGIN}"' + plugins: + - com.github.copilot helm: cmd: bash -c '{PLUGIN}' plugins: @@ -10952,7 +10957,16 @@ softwarePlugins: - vagrant-vmware-desktop - vagrant-xenserver visual-studio: - cmd: null + cmd: null # VSIXInstaller.exe can be used to install a local file. The first step is to download the plugin file. https://gist.github.com/ScottHutchinson/b22339c3d3688da5c9b477281e258400 plugins: + - GitHub.copilotvs - TemplateStudio.TemplateStudioForWinUICs - lepo.wpf-ui + vscode:: + cmd: bash -c 'if ! code --list-extensions | grep "{PLUGIN}" > /dev/null; then code --install-extension "{PLUGIN}"; fi' + plugins: + - GitHub.copilot + vscodium: + cmd: bash -c 'if ! codium --list-extensions | grep "{PLUGIN}" > /dev/null; then codium --install-extension "{PLUGIN}"; fi' + plugins: + - GitHub.copilot