code-marketplace: auto updated to 1.85.0-1
This commit is contained in:
parent
f19036608b
commit
346557e974
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
|
||||
pkgname=code-marketplace
|
||||
pkgver=1.83.0
|
||||
pkgver=1.85.0
|
||||
pkgrel=1
|
||||
pkgdesc='Enable vscode marketplace in Code OSS'
|
||||
arch=('any')
|
||||
|
@ -14,7 +14,7 @@ source=('code-marketplace.hook'
|
|||
'patch.json')
|
||||
md5sums=('ce502275aa945985182b51420fc6037c'
|
||||
'f11f7ccd925de0398ef2e28b127bb063'
|
||||
'5bdaa524615ed9439b744495ccd4ce80')
|
||||
'1428ef7a5e429b45e8d11ceb80b44a07')
|
||||
|
||||
package() {
|
||||
install -Dm 644 "${srcdir}"/code-marketplace.hook "${pkgdir}"/usr/share/libalpm/hooks/code-marketplace.hook
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"controlUrl": "https://az764295.vo.msecnd.net/extensions/marketplace.json"
|
||||
},
|
||||
"extensionRecommendations": {
|
||||
"ms-dotnettools.csharp": {
|
||||
"ms-dotnettools.csdevkit": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/*.cs,**/global.json,**/*.csproj,**/*.cshtml,**/*.sln}",
|
||||
|
@ -58,6 +58,17 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"ms-toolsai.datawrangler": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
"pathGlob": "{**/*.ipynb}",
|
||||
"contentPattern": "import\\s*pandas|from\\s*pandas",
|
||||
"whenInstalled": [
|
||||
"ms-toolsai.jupyter"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"golang.Go": {
|
||||
"onFileOpen": [
|
||||
{
|
||||
|
@ -557,7 +568,7 @@
|
|||
"languageExtensionTips": [
|
||||
"ms-python.python",
|
||||
"ms-vscode.cpptools-extension-pack",
|
||||
"ms-dotnettools.csharp",
|
||||
"ms-dotnettools.csdevkit",
|
||||
"ms-toolsai.jupyter",
|
||||
"vscjava.vscode-java-pack",
|
||||
"ecmel.vscode-html-css",
|
||||
|
@ -918,12 +929,5 @@
|
|||
"https://*.github.dev",
|
||||
"https://gh.io",
|
||||
"https://portal.azure.com"
|
||||
],
|
||||
"featuredExtensions": [
|
||||
{
|
||||
"id": "github.copilot",
|
||||
"title": "GitHub Copilot",
|
||||
"description": "Supercharge your coding experience for as little as $10/month with cutting edge AI code generation."
|
||||
}
|
||||
]
|
||||
}
|
|
@ -19,8 +19,7 @@ key_list = [
|
|||
"extensionAllowedBadgeProviders",
|
||||
"extensionAllowedBadgeProvidersRegex",
|
||||
"msftInternalDomains",
|
||||
"linkProtectionTrustedDomains",
|
||||
"featuredExtensions"
|
||||
"linkProtectionTrustedDomains"
|
||||
]
|
||||
|
||||
product_path = sys.argv[1]
|
||||
|
|
Loading…
Reference in a new issue