Skip to content

Commit

Permalink
contribute a treeeview
Browse files Browse the repository at this point in the history
  • Loading branch information
PizieDust committed Oct 22, 2024
1 parent fd5d231 commit 1a8738b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,10 @@
{
"id": "ocaml-help",
"name": "Help and feedback"
},
{
"id": "ocaml-custom-requests",
"name": "LSP Custom Requests"
}
]
},
Expand All @@ -1203,6 +1207,10 @@
{
"view": "ocaml-sandbox",
"contents": "In order to manage your sandbox, you can open a folder containing an Opam switch, or select an Opam switch as a sandbox.\n[Open Folder](command:vscode.openFolder)\n[Select Sandbox](command:ocaml.select-sandbox)"
},
{
"view": "ocaml-custom-requests",
"contents": "Type/Polarity Search \nSearch for value by type or polarity.\n[Search by Type or Polarity](command:ocaml.search-by-type)"
}
]
},
Expand Down

0 comments on commit 1a8738b

Please sign in to comment.