Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 230 Bytes

File metadata and controls

15 lines (12 loc) · 230 Bytes

VS Code Configuration

There are some options for tablegen-lsp.

Example

{
    // The path to the include directory.
    // Type: [string]
    "tablegen-lsp.includePath": [
        "/path/to/include",
    ]
}