[Mlir-commits] [mlir] [mlir][docs] Add link to Visual Studio Code extension (PR #71190)

David Spickett llvmlistbot at llvm.org
Fri Nov 3 08:31:44 PDT 2023


https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/71190

The document talks a lot about it but never says explicitly that it comes from the marketplace. At first I thought I had to install it locally.

>From 3d4ec4dc83278025107de0c426910dabcf91fd6e Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at linaro.org>
Date: Fri, 3 Nov 2023 15:27:41 +0000
Subject: [PATCH] [mlir][docs] Add link to Visual Studio Code extension

The document talks a lot about it but never says explicitly
that it comes from the marketplace. At first I thought I had
to install it locally.
---
 mlir/docs/Tools/MLIRLSP.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mlir/docs/Tools/MLIRLSP.md b/mlir/docs/Tools/MLIRLSP.md
index b6c367f249b16ea..7a12b1d1aca22ef 100644
--- a/mlir/docs/Tools/MLIRLSP.md
+++ b/mlir/docs/Tools/MLIRLSP.md
@@ -392,7 +392,8 @@ to work:
 
 ### Visual Studio Code
 
-Provides language IDE features for [MLIR](https://mlir.llvm.org/) related
+The [MLIR extension](https://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.vscode-mlir)
+provides language IDE features for [MLIR](https://mlir.llvm.org/) related
 languages: [MLIR](#mlir---mlir-textual-assembly-format),
 [PDLL](#pdll---mlir-pdll-pattern-files), and [TableGen](#td---tablegen-files)
 



More information about the Mlir-commits mailing list