From 26a0655f78fbc7608fec20726c299d04908c0253 Mon Sep 17 00:00:00 2001 From: Hiroki Tagato Date: Sun, 6 Feb 2022 14:27:59 +0900 Subject: editors/vscode: update to 1.64.0 Changelog: https://code.visualstudio.com/updates/v1_64 --- editors/vscode/files/patch-scripts_test.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/vscode/files/patch-scripts_test.sh (limited to 'editors/vscode/files/patch-scripts_test.sh') diff --git a/editors/vscode/files/patch-scripts_test.sh b/editors/vscode/files/patch-scripts_test.sh new file mode 100644 index 000000000000..6f21d01b2277 --- /dev/null +++ b/editors/vscode/files/patch-scripts_test.sh @@ -0,0 +1,11 @@ +--- scripts/test.sh.orig 2022-02-05 06:42:53 UTC ++++ scripts/test.sh +@@ -27,7 +27,7 @@ VSCODECRASHDIR=$ROOT/.build/crashes + test -d node_modules || yarn + + # Get electron +-yarn electron ++# yarn electron + + # Unit Tests + if [[ "$OSTYPE" == "darwin"* ]]; then -- cgit v1.2.3