vscode-mlir icon indicating copy to clipboard operation
vscode-mlir copied to clipboard

Results 11 vscode-mlir issues
Sort by recently updated
recently updated
newest added

When using include ``` include "boning/BoningDialect.td" ``` an error occurs "File scheme appears: expect body to be an absolute path starting with '/'"

`settings.json` when set to ``` "mlir.server_path": "${workspaceFolder}/build/bin/standalone-lsp-server", ``` will get a error when set to absolute path, everything works

I am not sure if this is a bug or not, or whether I'm using the tablegen language server incorrectly. I modified the LLVM CMake to generate an entry in...

Hi, not sure if it's the right place, but I'm wondering how to format `*.td` and `*.mlir` files, is there a tool like `clang-format` to do this? Sorry, I didn't...

I followed this page https://github.com/llvm/llvm-project/tree/main/mlir/examples/standalone, use "Building - Component Build" to build my out-of-tree project. I copy example/standalone to other folder as my template project and successfully configure and build...

I know the config is for vscode. I think it should also work for emacs. But I failed after several retries " If mlir-lsp-server is not found within your workspace...

![screen-2023-12-25-21-59-46](https://github.com/llvm/vscode-mlir/assets/32936898/dbc1cba9-d34f-4bb6-b0d3-38195dfdfb53) https://www.npmjs.com/package/coc-mlir Refer: https://github.com/valentjn/vscode-ltex/blob/3d0cb8cd9b4d0dc8ef6c08a4f376767820678cf6/src/extension.ts#L8-L14 Difference is vscode-ltex/coc-ltex uses a customized python script https://github.com/valentjn/vscode-ltex/blob/3d0cb8cd9b4d0dc8ef6c08a4f376767820678cf6/tools/patchForTarget.py to patch code we use c language macro preprocessor cpp Can you add me to collaborators to...

Could you please provide an option akin to `mlir.enable` that would allow the plugin to not activate LSP functionalities such as completion, just provide the code highlighting and some basic...

Many dialects use angle brackets as delimiters for types and attributes, as does tablegen. Matching pairs of angle brackets are highlighted in tablegen files, but not in MLIR. ![image](https://github.com/user-attachments/assets/ceee0710-86a0-498e-9046-7ff4e59979a3) ![image](https://github.com/user-attachments/assets/c8e0b35c-8940-40bb-99fa-bfb4bd05ce4f)