[Mlir-commits] [mlir] 80c28a4 - [mlir] Bump mlir-vscode to 0.0.7

River Riddle llvmlistbot at llvm.org
Thu May 12 15:52:58 PDT 2022


Author: River Riddle
Date: 2022-05-12T15:52:46-07:00
New Revision: 80c28a400cfec016474b0c954cab2d0bea659bb4

URL: https://github.com/llvm/llvm-project/commit/80c28a400cfec016474b0c954cab2d0bea659bb4
DIFF: https://github.com/llvm/llvm-project/commit/80c28a400cfec016474b0c954cab2d0bea659bb4.diff

LOG: [mlir] Bump mlir-vscode to 0.0.7

The syntax highlighting for mlir has gotten a significant facelift,
we also have some recent bug fixes for server launches.

Added: 
    

Modified: 
    mlir/utils/vscode/package.json

Removed: 
    


################################################################################
diff  --git a/mlir/utils/vscode/package.json b/mlir/utils/vscode/package.json
index 9b4de106991b6..3178d98907565 100644
--- a/mlir/utils/vscode/package.json
+++ b/mlir/utils/vscode/package.json
@@ -2,7 +2,7 @@
   "name": "vscode-mlir",
   "displayName": "MLIR",
   "description": "MLIR Language Extension",
-  "version": "0.0.6",
+  "version": "0.0.7",
   "publisher": "llvm-vs-code-extensions",
   "homepage": "https://mlir.llvm.org/",
   "icon": "icon.png",


        


More information about the Mlir-commits mailing list