Skip to content

Commit

Permalink
Remove unnecessary menu args from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Jan 7, 2023
1 parent 0ee094e commit 05db5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Side Bar.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
{
"caption": "LSP-julia: Activate this Environment",
"command": "julia_activate_environment",
"args": {"files": [], "dirs": [], "paths": []}
"args": {"files": []}
},
]

0 comments on commit 05db5ab

Please sign in to comment.