Plugin installation - ID and command to install Copolit (#102)
This commit is contained in:
parent
3cde0840e5
commit
577b6313bb
1 changed files with 15 additions and 1 deletions
16
software.yml
16
software.yml
|
@ -10780,6 +10780,7 @@ softwarePlugins:
|
||||||
- system-images;android-33;google-tv;x86
|
- system-images;android-33;google-tv;x86
|
||||||
- system-images;android-33;google_apis;x86_64
|
- system-images;android-33;google_apis;x86_64
|
||||||
- system-images;android-33;google_apis_playstore;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:
|
composer:
|
||||||
cmd: null
|
cmd: null
|
||||||
plugins:
|
plugins:
|
||||||
|
@ -10831,6 +10832,10 @@ softwarePlugins:
|
||||||
- dlvhdr/gh-dash
|
- dlvhdr/gh-dash
|
||||||
- github/gh-net
|
- github/gh-net
|
||||||
- mislav/gh-cp
|
- mislav/gh-cp
|
||||||
|
intellij-idea-ce:
|
||||||
|
cmd: bash -c 'idea.sh installPlugins "{PLUGIN}"'
|
||||||
|
plugins:
|
||||||
|
- com.github.copilot
|
||||||
helm:
|
helm:
|
||||||
cmd: bash -c '{PLUGIN}'
|
cmd: bash -c '{PLUGIN}'
|
||||||
plugins:
|
plugins:
|
||||||
|
@ -10952,7 +10957,16 @@ softwarePlugins:
|
||||||
- vagrant-vmware-desktop
|
- vagrant-vmware-desktop
|
||||||
- vagrant-xenserver
|
- vagrant-xenserver
|
||||||
visual-studio:
|
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:
|
plugins:
|
||||||
|
- GitHub.copilotvs
|
||||||
- TemplateStudio.TemplateStudioForWinUICs
|
- TemplateStudio.TemplateStudioForWinUICs
|
||||||
- lepo.wpf-ui
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue