[Mlir-commits] [mlir] a4fbe31 - [mlir][docs] Add link to Visual Studio Code extension (#71190)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Nov 6 01:21:11 PST 2023
Author: David Spickett
Date: 2023-11-06T09:21:07Z
New Revision: a4fbe31f9ea8faa549b8f516b4a74a6074bf1308
URL: https://github.com/llvm/llvm-project/commit/a4fbe31f9ea8faa549b8f516b4a74a6074bf1308
DIFF: https://github.com/llvm/llvm-project/commit/a4fbe31f9ea8faa549b8f516b4a74a6074bf1308.diff
LOG: [mlir][docs] Add link to Visual Studio Code extension (#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.
Added:
Modified:
mlir/docs/Tools/MLIRLSP.md
Removed:
################################################################################
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