1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/code-server_ynh.git synced 2024-09-03 18:16:28 +02:00

Update to v3.11.0 (#4)

* Update to v3.11.0

* Auto-update README

Co-authored-by: Yunohost-Bot <>
This commit is contained in:
Jules Bertholet 2021-07-18 04:47:02 -04:00 committed by GitHub
parent 01a9cd2bad
commit 9bd092ceaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Run VS Code on your server and access it in the browser Run VS Code on your server and access it in the browser
**Shipped version:** 3.10.2~ynh2 **Shipped version:** 3.11.0~ynh1

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur
**Version incluse :** 3.10.2~ynh2 **Version incluse :** 3.11.0~ynh1

View file

@ -6,7 +6,7 @@
"en": "Run VS Code on your server and access it in the browser", "en": "Run VS Code on your server and access it in the browser",
"fr": "Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur" "fr": "Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur"
}, },
"version": "3.10.2~ynh2", "version": "3.11.0~ynh1",
"url": "https://github.com/cdr/code-server", "url": "https://github.com/cdr/code-server",
"upstream": { "upstream": {
"license": "mit", "license": "mit",

View file

@ -23,7 +23,7 @@ function setup_source {
pushd "$final_path" pushd "$final_path"
git fetch --all 2>&1 git fetch --all 2>&1
git reset --hard 2>&1 git reset --hard 2>&1
git checkout 4fc8d9861082eee62e8ee18cf6949f7453b211ae 2>&1 git checkout c04198697698dc72b5981fd1b70d6ecbd9b22caa 2>&1
popd popd
ynh_replace_special_string -m "throw new Error('compilation requires 4GB of RAM')" -r "console.log('compilation requires 4GB of RAM')" -f "$final_path/lib/vscode/build/lib/compilation.js" ynh_replace_special_string -m "throw new Error('compilation requires 4GB of RAM')" -r "console.log('compilation requires 4GB of RAM')" -f "$final_path/lib/vscode/build/lib/compilation.js"