code-marketplace: auto updated to 1.99.0-1
It has been built because: * nvchecker detects the following updates: aur(0): 1.97.0-1 -> 1.99.0-1
This commit is contained in:
parent
bc786a6654
commit
7e49846f28
repo/code-marketplace
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
|
||||
pkgname=code-marketplace
|
||||
pkgver=1.97.0
|
||||
pkgver=1.99.0
|
||||
pkgrel=1
|
||||
pkgdesc='Enable vscode marketplace in Code OSS'
|
||||
arch=('any')
|
||||
|
@ -14,7 +14,7 @@ source=('code-marketplace.hook'
|
|||
'patch.json')
|
||||
md5sums=('ce502275aa945985182b51420fc6037c'
|
||||
'9ed6f3972479ab6d3d053e7c47ead55a'
|
||||
'82d684a530a2df12809da548d5f0f6dd')
|
||||
'16c029d3832b60faf3a9f61380392fd5')
|
||||
|
||||
package() {
|
||||
install -Dm 644 "${srcdir}"/code-marketplace.hook "${pkgdir}"/usr/share/libalpm/hooks/code-marketplace.hook
|
||||
|
|
|
@ -6,7 +6,15 @@
|
|||
"publisherUrl": "https://marketplace.visualstudio.com/publishers",
|
||||
"resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}",
|
||||
"extensionUrlTemplate": "https://www.vscode-unpkg.net/_gallery/{publisher}/{name}/latest",
|
||||
"controlUrl": "https://main.vscode-cdn.net/extensions/marketplace.json"
|
||||
"controlUrl": "https://main.vscode-cdn.net/extensions/marketplace.json",
|
||||
"accessSKUs": [
|
||||
"copilot_enterprise_seat",
|
||||
"copilot_enterprise_seat_assignment",
|
||||
"copilot_enterprise_trial_seat",
|
||||
"copilot_for_business_seat",
|
||||
"copilot_for_business_seat_assignment",
|
||||
"copilot_for_business_trial_seat"
|
||||
]
|
||||
},
|
||||
"extensionRecommendations": {
|
||||
"ms-dotnettools.csdevkit": {
|
||||
|
@ -130,6 +138,14 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"typespec.typespec-vscode": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/*.tsp,**/tspconfig.yaml}",
|
||||
"important": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"ms-vscode.cpptools-extension-pack": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue