code-marketplace: auto updated to 1.89.0-1
This commit is contained in:
parent
169c8279d8
commit
83c70313d6
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
|
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
|
||||||
pkgname=code-marketplace
|
pkgname=code-marketplace
|
||||||
pkgver=1.87.0
|
pkgver=1.89.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc='Enable vscode marketplace in Code OSS'
|
pkgdesc='Enable vscode marketplace in Code OSS'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='https://marketplace.visualstudio.com/vscode'
|
url='https://marketplace.visualstudio.com/vscode'
|
||||||
|
@ -14,7 +14,7 @@ source=('code-marketplace.hook'
|
||||||
'patch.json')
|
'patch.json')
|
||||||
md5sums=('ce502275aa945985182b51420fc6037c'
|
md5sums=('ce502275aa945985182b51420fc6037c'
|
||||||
'9ed6f3972479ab6d3d053e7c47ead55a'
|
'9ed6f3972479ab6d3d053e7c47ead55a'
|
||||||
'9c508868efde1d84dccd98dc679c95f9')
|
'f77d65b7da4faf65d542eb925355ae1b')
|
||||||
|
|
||||||
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
|
||||||
|
|
|
@ -88,7 +88,8 @@
|
||||||
"pathGlob": "{**/*.java}",
|
"pathGlob": "{**/*.java}",
|
||||||
"important": true,
|
"important": true,
|
||||||
"whenNotInstalled": [
|
"whenNotInstalled": [
|
||||||
"ASF.apache-netbeans-java"
|
"ASF.apache-netbeans-java",
|
||||||
|
"Oracle.oracle-java"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -97,7 +98,8 @@
|
||||||
],
|
],
|
||||||
"important": true,
|
"important": true,
|
||||||
"whenNotInstalled": [
|
"whenNotInstalled": [
|
||||||
"ASF.apache-netbeans-java"
|
"ASF.apache-netbeans-java",
|
||||||
|
"Oracle.oracle-java"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -302,13 +304,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"ms-vscode.vscode-typescript-tslint-plugin": {
|
|
||||||
"onFileOpen": [
|
|
||||||
{
|
|
||||||
"pathGlob": "{**/tslint.json}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"bmewburn.vscode-intelephense-client": {
|
"bmewburn.vscode-intelephense-client": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
{
|
{
|
||||||
|
@ -358,13 +353,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"felipecaputo.git-project-manager": {
|
|
||||||
"onFileOpen": [
|
|
||||||
{
|
|
||||||
"pathGlob": "{**/.gitignore,**/.git}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"eamodio.gitlens": {
|
"eamodio.gitlens": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
{
|
{
|
||||||
|
@ -484,13 +472,6 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"GoogleCloudTools.cloudcode": {
|
|
||||||
"onFileOpen": [
|
|
||||||
{
|
|
||||||
"pathGlob": "{**/skaffold.yaml}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"Oracle.oracledevtools": {
|
"Oracle.oracledevtools": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
{
|
{
|
||||||
|
@ -505,7 +486,7 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Pivotal.vscode-boot-dev-pack": {
|
"vmware.vscode-boot-dev-pack": {
|
||||||
"onFileOpen": [
|
"onFileOpen": [
|
||||||
{
|
{
|
||||||
"pathGlob": "{**/application.properties}"
|
"pathGlob": "{**/application.properties}"
|
||||||
|
@ -614,10 +595,11 @@
|
||||||
"important": true,
|
"important": true,
|
||||||
"isExtensionPack": true,
|
"isExtensionPack": true,
|
||||||
"whenNotInstalled": [
|
"whenNotInstalled": [
|
||||||
"ASF.apache-netbeans-java"
|
"ASF.apache-netbeans-java",
|
||||||
|
"Oracle.oracle-java"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Pivotal.vscode-boot-dev-pack": {
|
"vmware.vscode-boot-dev-pack": {
|
||||||
"name": "Spring Boot Extension Pack",
|
"name": "Spring Boot Extension Pack",
|
||||||
"isExtensionPack": true
|
"isExtensionPack": true
|
||||||
}
|
}
|
||||||
|
@ -632,7 +614,8 @@
|
||||||
"important": true,
|
"important": true,
|
||||||
"isExtensionPack": true,
|
"isExtensionPack": true,
|
||||||
"whenNotInstalled": [
|
"whenNotInstalled": [
|
||||||
"ASF.apache-netbeans-java"
|
"ASF.apache-netbeans-java",
|
||||||
|
"Oracle.oracle-java"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue