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

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sat Jan 17 13:20:29 PST 2026


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Jacques Pienaar (jpienaar)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/176593.diff


1 Files Affected:

- (modified) mlir/utils/vscode/package.json (+2) 


``````````diff
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"
   },

``````````

</details>


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


More information about the Mlir-commits mailing list