[Mlir-commits] [mlir] [mlir][vscode] Add actions for publishing to openvsx. (PR #176593)

Jacques Pienaar llvmlistbot at llvm.org
Sat Jan 17 13:20:01 PST 2026


https://github.com/jpienaar created https://github.com/llvm/llvm-project/pull/176593

None

>From 86e009f5f98af88a68f759cd42abfe6e7f0f5c64 Mon Sep 17 00:00:00 2001
From: Jacques Pienaar <jacques+gh at japienaar.info>
Date: Sat, 17 Jan 2026 13:16:57 -0800
Subject: [PATCH] [mlir][vscode] Add actions for publishing to openvsx.

---
 mlir/utils/vscode/package.json | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/mlir/utils/vscode/package.json b/mlir/utils/vscode/package.json
index 74f9ba37c7f16..0f419279f2346 100644
--- a/mlir/utils/vscode/package.json
+++ b/mlir/utils/vscode/package.json
@@ -34,6 +34,7 @@
     "format": "clang-format -i --glob=\"{src,test}/*.ts\"",
     "package": "vsce package",
     "publish": "vsce publish",
+    "publish-openvsx": "ovsx publish --baseImagesUrl https://raw.githubusercontent.com/llvm/vscode-mlir/main/",
     "git-clang-format": "git-clang-format"
   },
   "dependencies": {
@@ -49,6 +50,7 @@
     "@types/vscode": "~1.67.0",
     "@vscode/vsce": "^2.19.0",
     "clang-format": "^1.8.0",
+    "ovsx": "^0.10.7",
     "typescript": "^4.9.5",
     "vscode-test": "^1.3.0"
   },



More information about the Mlir-commits mailing list