summaryrefslogtreecommitdiff
path: root/editors/vscode/files/patch-scripts_test.sh
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2024-10-06 06:17:36 +0900
committerHiroki Tagato <tagattie@FreeBSD.org>2024-10-06 06:22:24 +0900
commit25eaa50554b9630168d6578dd6c5b6a1bd0278d4 (patch)
treed6ea3842ea8d8e62964526a88150820d0ed034ba /editors/vscode/files/patch-scripts_test.sh
parentmisc/R-cran-xfun: Update to 0.48 (diff)
editors/vscode: update to 1.94.0
Upstream has migrated from long obsolete yarn v1 to npm as node package manager. So make necessary changes to Makefile to follow the migration. While here, remove REH (remote extension host) option which is no-op in package building. Users who want to build remote extension host can now use dedicated make target "build-remote-extension-host". Changelog: https://code.visualstudio.com/updates/v1_94 Reported by: GitHub (watch releases)
Diffstat (limited to 'editors/vscode/files/patch-scripts_test.sh')
-rw-r--r--editors/vscode/files/patch-scripts_test.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/vscode/files/patch-scripts_test.sh b/editors/vscode/files/patch-scripts_test.sh
index 6f21d01b2277..769958670a6d 100644
--- a/editors/vscode/files/patch-scripts_test.sh
+++ b/editors/vscode/files/patch-scripts_test.sh
@@ -1,11 +1,11 @@
---- scripts/test.sh.orig 2022-02-05 06:42:53 UTC
+--- scripts/test.sh.orig 2024-09-27 21:08:28 UTC
+++ scripts/test.sh
-@@ -27,7 +27,7 @@ VSCODECRASHDIR=$ROOT/.build/crashes
- test -d node_modules || yarn
+@@ -27,7 +27,7 @@ test -d node_modules || npm i
+ test -d node_modules || npm i
# Get electron
--yarn electron
-+# yarn electron
+-npm run electron
++# npm run electron
# Unit Tests
if [[ "$OSTYPE" == "darwin"* ]]; then