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:
Lilac 2025-05-18 07:01:11 +00:00
parent 681fb3d9c3
commit 2346e53236
2 changed files with 42 additions and 16 deletions
repo/code-marketplace

View file

@ -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

View file

@ -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"