[Mlir-commits] [mlir] [mlir][vscode] Update engine (PR #176605)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sat Jan 17 14:57:27 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/176605.diff
1 Files Affected:
- (modified) mlir/utils/vscode/package.json (+1-1)
``````````diff
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"
``````````
</details>
https://github.com/llvm/llvm-project/pull/176605
More information about the Mlir-commits
mailing list