mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 11:30:14 +10:00
feat: s390x support for reh server (#2099)
This commit is contained in:
committed by
GitHub
parent
e8abb85f36
commit
c9e2046201
35
patches/linux/reh/s390x/arch-4-s390x-package.json.patch
Normal file
35
patches/linux/reh/s390x/arch-4-s390x-package.json.patch
Normal file
@@ -0,0 +1,35 @@
|
||||
diff --git a/package-lock.json b/package-lock.json
|
||||
index 7b02996..4642486 100644
|
||||
--- a/package-lock.json
|
||||
+++ b/package-lock.json
|
||||
@@ -17875,10 +17875,11 @@
|
||||
}
|
||||
},
|
||||
"node_modules/web-tree-sitter": {
|
||||
- "version": "0.20.8",
|
||||
- "resolved": "https://registry.npmjs.org/web-tree-sitter/-/web-tree-sitter-0.20.8.tgz",
|
||||
- "integrity": "sha512-weOVgZ3aAARgdnb220GqYuh7+rZU0Ka9k9yfKtGAzEYMa6GgiCzW9JjQRJyCJakvibQW+dfjJdihjInKuuCAUQ==",
|
||||
- "dev": true
|
||||
+ "version": "0.23.0",
|
||||
+ "resolved": "https://registry.npmjs.org/web-tree-sitter/-/web-tree-sitter-0.23.0.tgz",
|
||||
+ "integrity": "sha512-p1T+ju2H30fpVX2q5yr+Wv/NfdMMWMjQp9Q+4eEPrHAJpPFh9DPfI2Yr9L1f5SA5KPE+g1cNUqPbpihxUDzmVw==",
|
||||
+ "dev": true,
|
||||
+ "license": "MIT"
|
||||
},
|
||||
"node_modules/webidl-conversions": {
|
||||
"version": "3.0.1",
|
||||
diff --git a/package.json b/package.json
|
||||
index 7e0de18..4ceaded 100644
|
||||
--- a/package.json
|
||||
+++ b/package.json
|
||||
@@ -226,7 +226,10 @@
|
||||
},
|
||||
"@parcel/watcher@2.1.0": {
|
||||
"node-addon-api": "7.1.0"
|
||||
+ },
|
||||
+ "@vscode/l10n-dev@0.0.35": {
|
||||
+ "web-tree-sitter": "0.23.0"
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
Reference in New Issue
Block a user