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

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


Author: Jacques Pienaar
Date: 2026-01-17T13:20:04-08:00
New Revision: 1c6d603676adb57b71e7823557c92779309736dd

URL: https://github.com/llvm/llvm-project/commit/1c6d603676adb57b71e7823557c92779309736dd
DIFF: https://github.com/llvm/llvm-project/commit/1c6d603676adb57b71e7823557c92779309736dd.diff

LOG: [mlir][vscode] Add actions for publishing to openvsx. (#176593)

Added: 
    

Modified: 
    mlir/utils/vscode/package.json

Removed: 
    


################################################################################
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