From e99df22ceaca7115759586071d32c36528dc3569 Mon Sep 17 00:00:00 2001 From: Jules Bertholet Date: Thu, 16 Sep 2021 20:58:25 -0400 Subject: [PATCH] Update to v3.12.0 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index d84a18b..e5ed068 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "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" }, - "version": "3.11.0~ynh1", + "version": "3.12.0~ynh1", "url": "https://github.com/cdr/code-server", "upstream": { "license": "mit", diff --git a/scripts/_common.sh b/scripts/_common.sh index a86d096..7244582 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -23,7 +23,7 @@ function setup_source { pushd "$final_path" git fetch --all 2>&1 git reset --hard 2>&1 - git checkout c04198697698dc72b5981fd1b70d6ecbd9b22caa 2>&1 + git checkout 798dc0baf284416dbbf951e4ef596beeab6cb6c4 2>&1 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"