code-marketplace: auto updated to 1.82.1-1

This commit is contained in:
Lilac 2023-09-19 12:40:13 +00:00
parent 14ec7ac05e
commit c56d1b9e05
2 changed files with 20 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Maintainer: Sainnhe Park <sainnhe@gmail.com> # Maintainer: Sainnhe Park <sainnhe@gmail.com>
pkgname=code-marketplace pkgname=code-marketplace
pkgver=1.81.1 pkgver=1.82.1
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'
'f11f7ccd925de0398ef2e28b127bb063' 'f11f7ccd925de0398ef2e28b127bb063'
'007961321f2c9f066b2c55a9cd3899cf') '1af7bbc109ba04fd30b4eddc6e39945b')
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

View file

@ -504,7 +504,8 @@
{ {
"pathGlob": "{**/*.ts,**/*.tsx,**/*.js,**/*.py,**/*.go,**/*.rb}" "pathGlob": "{**/*.ts,**/*.tsx,**/*.js,**/*.py,**/*.go,**/*.rb}"
} }
] ],
"onSettingsEditorOpen": {}
}, },
"GitHub.vscode-github-actions": { "GitHub.vscode-github-actions": {
"onFileOpen": [ "onFileOpen": [
@ -520,6 +521,22 @@
"pathGlob": "{**/.circleci/config.yml}" "pathGlob": "{**/.circleci/config.yml}"
} }
] ]
},
"mechatroner.rainbow-csv": {
"onFileOpen": [
{
"pathGlob": "**/*.csv",
"important": true
}
]
},
"tomoki1207.pdf": {
"onFileOpen": [
{
"pathGlob": "**/*.pdf",
"important": true
}
]
} }
}, },
"keymapExtensionTips": [ "keymapExtensionTips": [