We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db62651 commit 83cde03Copy full SHA for 83cde03
cli/.yarnrc.yml
@@ -1,3 +1,5 @@
1
+enableScripts: false
2
+
3
compressionLevel: mixed
4
5
enableGlobalCache: false
cli/CHANGELOG.md
@@ -11,6 +11,7 @@ This change log covers only the command line interface (CLI) of Open VSX.
11
#### Changes
12
13
- Move `ovsx` script to `bin` directory ([#1538](https://github.com/eclipse/openvsx/pull/1538))
14
+- Disable the automatic execution of lifecycle scripts by yarn ([#1546](https://github.com/eclipse/openvsx/pull/1546))
15
16
### [v0.10.8] (Jan. 2026)
17
0 commit comments