[Mlir-commits] [mlir] [mlir][docs] Add link to Visual Studio Code extension (PR #71190)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Nov 3 08:32:21 PDT 2023
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: David Spickett (DavidSpickett)
<details>
<summary>Changes</summary>
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.
---
Full diff: https://github.com/llvm/llvm-project/pull/71190.diff
1 Files Affected:
- (modified) mlir/docs/Tools/MLIRLSP.md (+2-1)
``````````diff
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)
``````````
</details>
https://github.com/llvm/llvm-project/pull/71190
More information about the Mlir-commits
mailing list