Skip to content

Commit

Permalink
Fix SortAllSnippets on Workspace empty view
Browse files Browse the repository at this point in the history
  • Loading branch information
tahabasri committed Sep 14, 2023
1 parent 5972677 commit 3b402a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
},
{
"command": "wsSnippetsCmd.sortAllSnippets",
"when": "view == wsSnippetsExplorer",
"when": "view == wsSnippetsExplorer && snippets.workspaceState == fileAvailable",
"group": "navigation@4"
}
],
Expand Down

0 comments on commit 3b402a9

Please sign in to comment.