code-marketplace: auto updated to 1.83.0-1

This commit is contained in:
Lilac 2023-10-21 12:23:03 +00:00
parent bf5cfbded8
commit 38ac7b77a7
2 changed files with 6 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
pkgname=code-marketplace
pkgver=1.82.1
pkgver=1.83.0
pkgrel=1
pkgdesc='Enable vscode marketplace in Code OSS'
arch=('any')
@ -14,7 +14,7 @@ source=('code-marketplace.hook'
'patch.json')
md5sums=('ce502275aa945985182b51420fc6037c'
'f11f7ccd925de0398ef2e28b127bb063'
'1af7bbc109ba04fd30b4eddc6e39945b')
'5bdaa524615ed9439b744495ccd4ce80')
package() {
install -Dm 644 "${srcdir}"/code-marketplace.hook "${pkgdir}"/usr/share/libalpm/hooks/code-marketplace.hook

View file

@ -211,7 +211,10 @@
"onFileOpen": [
{
"pathGlob": "{**/*.bicep}",
"important": true
"important": true,
"whenNotInstalled": [
"ms-azuretools.rad-vscode-bicep"
]
}
]
},