[Mlir-commits] [mlir] 676b292 - [mlir][vscode] Update engine (#176605)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sat Jan 17 14:57:12 PST 2026
Author: Jacques Pienaar
Date: 2026-01-17T14:57:08-08:00
New Revision: 676b2925f9f0a4b075bac2bd84b37aabedf62429
URL: https://github.com/llvm/llvm-project/commit/676b2925f9f0a4b075bac2bd84b37aabedf62429
DIFF: https://github.com/llvm/llvm-project/commit/676b2925f9f0a4b075bac2bd84b37aabedf62429.diff
LOG: [mlir][vscode] Update engine (#176605)
Added:
Modified:
mlir/utils/vscode/package.json
Removed:
################################################################################
diff --git a/mlir/utils/vscode/package.json b/mlir/utils/vscode/package.json
index d753ab0765655..5535a262f8a98 100644
--- a/mlir/utils/vscode/package.json
+++ b/mlir/utils/vscode/package.json
@@ -7,7 +7,7 @@
"homepage": "https://mlir.llvm.org/",
"icon": "icon.png",
"engines": {
- "vscode": "^1.67.0"
+ "vscode": "^1.75.0"
},
"categories": [
"Programming Languages"
More information about the Mlir-commits
mailing list