Changelog: https://code.visualstudio.com/updates/v1_100 Reported by: GitHub (watch releases)
12 lines
259 B
Bash
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
|