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>
|
||||
pkgname=code-marketplace
|
||||
pkgver=1.99.0
|
||||
pkgver=1.100.2
|
||||
pkgrel=1
|
||||
pkgdesc='Enable vscode marketplace in Code OSS'
|
||||
arch=('any')
|
||||
|
@ -14,7 +14,7 @@ source=('code-marketplace.hook'
|
|||
'patch.json')
|
||||
md5sums=('ce502275aa945985182b51420fc6037c'
|
||||
'9ed6f3972479ab6d3d053e7c47ead55a'
|
||||
'16c029d3832b60faf3a9f61380392fd5')
|
||||
'c91d355f03a2abd43feb2a752644d271')
|
||||
|
||||
package() {
|
||||
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",
|
||||
"accessSKUs": [
|
||||
"copilot_enterprise_seat",
|
||||
"copilot_enterprise_seat_quota",
|
||||
"copilot_enterprise_seat_multi_quota",
|
||||
"copilot_enterprise_seat_assignment",
|
||||
"copilot_enterprise_seat_assignment_quota",
|
||||
"copilot_enterprise_seat_assignment_multi_quota",
|
||||
"copilot_enterprise_trial_seat",
|
||||
"copilot_enterprise_trial_seat_quota",
|
||||
"copilot_for_business_seat",
|
||||
"copilot_for_business_seat_quota",
|
||||
"copilot_for_business_seat_multi_quota",
|
||||
"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": {
|
||||
|
@ -171,16 +181,25 @@
|
|||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/dockerfile,**/Dockerfile,**/docker-compose.yml,**/docker-compose.*.yml}",
|
||||
"important": true
|
||||
"important": true,
|
||||
"whenNotInstalled": [
|
||||
"ms-azuretools.vscode-containers"
|
||||
]
|
||||
},
|
||||
{
|
||||
"languages": [
|
||||
"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": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
|
@ -566,6 +593,14 @@
|
|||
"important": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"SonarSource.sonarlint-vscode": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/sonar-project.properties,**/sonarcloud.properties,**/sonarlint.*}",
|
||||
"important": true
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"keymapExtensionTips": [
|
||||
|
@ -878,19 +913,14 @@
|
|||
}
|
||||
},
|
||||
"extensionAllowedBadgeProviders": [
|
||||
"api.bintray.com",
|
||||
"api.travis-ci.com",
|
||||
"api.travis-ci.org",
|
||||
"app.fossa.io",
|
||||
"badge.buildkite.com",
|
||||
"badge.fury.io",
|
||||
"badge.waffle.io",
|
||||
"badgen.net",
|
||||
"badges.frapsoft.com",
|
||||
"badges.gitter.im",
|
||||
"badges.greenkeeper.io",
|
||||
"cdn.travis-ci.com",
|
||||
"cdn.travis-ci.org",
|
||||
"ci.appveyor.com",
|
||||
"circleci.com",
|
||||
"cla.opensource.microsoft.com",
|
||||
|
@ -903,8 +933,6 @@
|
|||
"dev.azure.com",
|
||||
"docs.rs",
|
||||
"flat.badgen.net",
|
||||
"gemnasium.com",
|
||||
"githost.io",
|
||||
"gitlab.com",
|
||||
"godoc.org",
|
||||
"goreportcard.com",
|
||||
|
@ -917,9 +945,7 @@
|
|||
"travis-ci.com",
|
||||
"travis-ci.org",
|
||||
"visualstudio.com",
|
||||
"vsmarketplacebadge.apphb.com",
|
||||
"www.bithound.io",
|
||||
"www.versioneye.com"
|
||||
"vsmarketplacebadge.apphb.com"
|
||||
],
|
||||
"extensionAllowedBadgeProvidersRegex": [
|
||||
"^https:\\/\\/github\\.com\\/[^/]+\\/[^/]+\\/(actions\\/)?workflows\\/.*badge\\.svg"
|
||||
|
|
Loading…
Reference in a new issue