code-marketplace: auto updated to 1.97.0-1
This commit is contained in:
parent
0ecc32aa14
commit
1ea180a71c
repo/code-marketplace
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
|
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
|
||||||
pkgname=code-marketplace
|
pkgname=code-marketplace
|
||||||
pkgver=1.96.0
|
pkgver=1.97.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Enable vscode marketplace in Code OSS'
|
pkgdesc='Enable vscode marketplace in Code OSS'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -14,7 +14,7 @@ source=('code-marketplace.hook'
|
||||||
'patch.json')
|
'patch.json')
|
||||||
md5sums=('ce502275aa945985182b51420fc6037c'
|
md5sums=('ce502275aa945985182b51420fc6037c'
|
||||||
'9ed6f3972479ab6d3d053e7c47ead55a'
|
'9ed6f3972479ab6d3d053e7c47ead55a'
|
||||||
'14f40a59fba6b65ada810961f509e5b1')
|
'82d684a530a2df12809da548d5f0f6dd')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm 644 "${srcdir}"/code-marketplace.hook "${pkgdir}"/usr/share/libalpm/hooks/code-marketplace.hook
|
install -Dm 644 "${srcdir}"/code-marketplace.hook "${pkgdir}"/usr/share/libalpm/hooks/code-marketplace.hook
|
||||||
|
|
|
@ -546,7 +546,8 @@
|
||||||
"Redis.redis-for-vscode": {
|
"Redis.redis-for-vscode": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
{
|
{
|
||||||
"pathGlob": "{**/redis.*,**/redis-server.*,**/redis_*,**/redisinsight.*}"
|
"pathGlob": "{**/redis.*,**/redis-server.*,**/redis_*,**/redisinsight.*}",
|
||||||
|
"important": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue