code-marketplace: auto updated to 1.100.2-1
It has been built because: * nvchecker detects the following updates: aur(0): 1.99.0-1 -> 1.100.2-1
This commit is contained in:
parent
681fb3d9c3
commit
2346e53236
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.99.0
|
pkgver=1.100.2
|
||||||
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'
|
||||||
'16c029d3832b60faf3a9f61380392fd5')
|
'c91d355f03a2abd43feb2a752644d271')
|
||||||
|
|
||||||
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
|
||||||
|
|
|
@ -9,11 +9,21 @@
|
||||||
"controlUrl": "https://main.vscode-cdn.net/extensions/marketplace.json",
|
"controlUrl": "https://main.vscode-cdn.net/extensions/marketplace.json",
|
||||||
"accessSKUs": [
|
"accessSKUs": [
|
||||||
"copilot_enterprise_seat",
|
"copilot_enterprise_seat",
|
||||||
|
"copilot_enterprise_seat_quota",
|
||||||
|
"copilot_enterprise_seat_multi_quota",
|
||||||
"copilot_enterprise_seat_assignment",
|
"copilot_enterprise_seat_assignment",
|
||||||
|
"copilot_enterprise_seat_assignment_quota",
|
||||||
|
"copilot_enterprise_seat_assignment_multi_quota",
|
||||||
"copilot_enterprise_trial_seat",
|
"copilot_enterprise_trial_seat",
|
||||||
|
"copilot_enterprise_trial_seat_quota",
|
||||||
"copilot_for_business_seat",
|
"copilot_for_business_seat",
|
||||||
|
"copilot_for_business_seat_quota",
|
||||||
|
"copilot_for_business_seat_multi_quota",
|
||||||
"copilot_for_business_seat_assignment",
|
"copilot_for_business_seat_assignment",
|
||||||
"copilot_for_business_trial_seat"
|
"copilot_for_business_seat_assignment_quota",
|
||||||
|
"copilot_for_business_seat_assignment_multi_quota",
|
||||||
|
"copilot_for_business_trial_seat",
|
||||||
|
"copilot_for_business_trial_seat_quota"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"extensionRecommendations": {
|
"extensionRecommendations": {
|
||||||
|
@ -171,16 +181,25 @@
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
{
|
{
|
||||||
"pathGlob": "{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml}",
|
"pathGlob": "{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml}",
|
||||||
"important": true
|
"important": true,
|
||||||
|
"whenNotInstalled": [
|
||||||
|
"ms-azuretools.vscode-containers"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"languages": [
|
"languages": [
|
||||||
"dockerfile"
|
"dockerfile"
|
||||||
],
|
],
|
||||||
"important": true
|
"important": true,
|
||||||
|
"whenNotInstalled": [
|
||||||
|
"ms-azuretools.vscode-containers"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pathGlob": "{**/*.cs,**/project.json,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln,**/appsettings.json,**/*.py,**/*.ipynb,**/*.js,**/*.ts,**/package.json}"
|
"pathGlob": "{**/*.cs,**/project.json,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln,**/appsettings.json,**/*.py,**/*.ipynb,**/*.js,**/*.ts,**/package.json}",
|
||||||
|
"whenNotInstalled": [
|
||||||
|
"ms-azuretools.vscode-containers"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -392,6 +411,14 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"swiftlang.swift-vscode": {
|
||||||
|
"onFileOpen": [
|
||||||
|
{
|
||||||
|
"pathGlob": "{**/*.swift,**/*.swiftinterface}",
|
||||||
|
"important": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"DotJoshJohnson.xml": {
|
"DotJoshJohnson.xml": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
{
|
{
|
||||||
|
@ -566,6 +593,14 @@
|
||||||
"important": true
|
"important": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"SonarSource.sonarlint-vscode": {
|
||||||
|
"onFileOpen": [
|
||||||
|
{
|
||||||
|
"pathGlob": "{**/sonar-project.properties,**/sonarcloud.properties,**/sonarlint.*}",
|
||||||
|
"important": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"keymapExtensionTips": [
|
"keymapExtensionTips": [
|
||||||
|
@ -878,19 +913,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extensionAllowedBadgeProviders": [
|
"extensionAllowedBadgeProviders": [
|
||||||
"api.bintray.com",
|
|
||||||
"api.travis-ci.com",
|
"api.travis-ci.com",
|
||||||
"api.travis-ci.org",
|
|
||||||
"app.fossa.io",
|
"app.fossa.io",
|
||||||
"badge.buildkite.com",
|
"badge.buildkite.com",
|
||||||
"badge.fury.io",
|
"badge.fury.io",
|
||||||
"badge.waffle.io",
|
|
||||||
"badgen.net",
|
"badgen.net",
|
||||||
"badges.frapsoft.com",
|
"badges.frapsoft.com",
|
||||||
"badges.gitter.im",
|
"badges.gitter.im",
|
||||||
"badges.greenkeeper.io",
|
|
||||||
"cdn.travis-ci.com",
|
"cdn.travis-ci.com",
|
||||||
"cdn.travis-ci.org",
|
|
||||||
"ci.appveyor.com",
|
"ci.appveyor.com",
|
||||||
"circleci.com",
|
"circleci.com",
|
||||||
"cla.opensource.microsoft.com",
|
"cla.opensource.microsoft.com",
|
||||||
|
@ -903,8 +933,6 @@
|
||||||
"dev.azure.com",
|
"dev.azure.com",
|
||||||
"docs.rs",
|
"docs.rs",
|
||||||
"flat.badgen.net",
|
"flat.badgen.net",
|
||||||
"gemnasium.com",
|
|
||||||
"githost.io",
|
|
||||||
"gitlab.com",
|
"gitlab.com",
|
||||||
"godoc.org",
|
"godoc.org",
|
||||||
"goreportcard.com",
|
"goreportcard.com",
|
||||||
|
@ -917,9 +945,7 @@
|
||||||
"travis-ci.com",
|
"travis-ci.com",
|
||||||
"travis-ci.org",
|
"travis-ci.org",
|
||||||
"visualstudio.com",
|
"visualstudio.com",
|
||||||
"vsmarketplacebadge.apphb.com",
|
"vsmarketplacebadge.apphb.com"
|
||||||
"www.bithound.io",
|
|
||||||
"www.versioneye.com"
|
|
||||||
],
|
],
|
||||||
"extensionAllowedBadgeProvidersRegex": [
|
"extensionAllowedBadgeProvidersRegex": [
|
||||||
"^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/(actions\\/)?workflows\\/.*badge\\.svg"
|
"^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/(actions\\/)?workflows\\/.*badge\\.svg"
|
||||||
|
|
Loading…
Reference in a new issue