ports/editors/vscode/files/patch-scripts_test.sh
Hiroki Tagato 51a6c70dba editors/vscode: update to 1.100.0
Changelog: https://code.visualstudio.com/updates/v1_100

Reported by:	GitHub (watch releases)
2025-05-12 21:28:26 +09:00

12 lines
259 B
Bash

--- scripts/test.sh.orig 2025-05-12 00:03:54 UTC
+++ scripts/test.sh
@@ -24,7 +24,7 @@ test -d node_modules || npm i
test -d node_modules || npm i
# Get electron
-npm run electron
+# npm run electron
# Unit Tests
if [[ "$OSTYPE" == "darwin"* ]]; then