79447127

Date: 2025-02-18 04:32:44
Score: 1.5
Natty:
Report link
"contributes": {
  "commands": [
    {
      "command": "command.id",
      "title": "My View Action",
      "icon": {
        "light": "resources/light/refresh.svg",
        "dark": "resources/dark/refresh.svg"
      }
    }
  ],
  "menus": {
    "view/title": [
      {
        "command": "command.id",
        "when": "view == your.view.id",
        "group": "navigation"
      }
    ]
  }
}

You can refer to https://code.visualstudio.com/api/extension-guides/tree-view#view-actions

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Chandan Singh