Skip to content

devicetree config language pack for VS Code

io.github.jmshinhwa/devicetree-config-language-pack

status = "ok" compiles clean and the node never appears. 23 rules over 7 config languages, on the fi

client:VS Code transport:stdio runtime:npm

Install devicetree config language pack in VS Code

.vscode/mcp.json

{
  "servers": {
    "devicetree-config-language-pack": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/devicetree-config-language-pack"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

devicetree config language pack in other clients