-
Notifications
You must be signed in to change notification settings - Fork 0
Add custom LSP server #52
Copy link
Copy link
Closed
Labels
priority::lowOnly work on this if nothing else is urgentOnly work on this if nothing else is urgentstatus::shape-upIssue not yet ready, request for inputIssue not yet ready, request for input
Metadata
Metadata
Assignees
Labels
priority::lowOnly work on this if nothing else is urgentOnly work on this if nothing else is urgentstatus::shape-upIssue not yet ready, request for inputIssue not yet ready, request for input
Type
Fields
Give feedbackNo fields configured for issues without a type.
Editor support for
.mlirfiles is limited because the LSP does not know about our custom dialects.Building an LSP server that includes new dialects seems to be fairly straightforward: https://mlir.llvm.org/docs/Tools/MLIRLSP/#supporting-custom-dialects
The devcontainer config should be updated to build this tool at appropriate times and point to it for IDEs to use.