Skip to content

Commit

Permalink
fix: Restore "Copy Directory Code to Clipboard" in explorer context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuichi Nakamura committed Apr 6, 2024
1 parent 0860436 commit 573843e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "code-to-clipboard",
"description": "Copy code to clipboard for sharing with Large Language Model",
"icon": "images/icon.webp",
"version": "0.3.0",
"version": "0.3.1",
"publisher": "YuichiNakamura",
"repository": {
"type": "git",
Expand Down Expand Up @@ -47,6 +47,13 @@
}
],
"menus": {
"explorer/context": [
{
"when": "explorerResourceIsFolder",
"command": "code-to-clipboard.copyDirectoryCode",
"group": "9_cutcopypaste"
}
],
"editor/title/context": [
{
"when": "resourceScheme == file",
Expand Down

0 comments on commit 573843e

Please sign in to comment.