Skip to content

Commit

Permalink
Only show file operations in the explorer view
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Jul 18, 2024
1 parent d3a463f commit ee9ea01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@
"view/title": [
{
"command": "rubyLsp.fileOperation",
"when": "rubyLsp.activated && view.workbench.explorer.fileView.visible",
"when": "rubyLsp.activated && view == 'workbench.explorer.fileView'",
"group": "navigation"
}
],
"explorer/context": [
{
"command": "rubyLsp.fileOperation",
"when": "rubyLsp.activated && view.workbench.explorer.fileView.visible",
"when": "rubyLsp.activated",
"group": "2_workspace"
}
]
Expand Down

0 comments on commit ee9ea01

Please sign in to comment.