From 3d4ec4dc83278025107de0c426910dabcf91fd6e Mon Sep 17 00:00:00 2001 From: David Spickett 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 b6c367f249b16..7a12b1d1aca22 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)