Skip to content

Commit

Permalink
v0.7.7
Browse files Browse the repository at this point in the history
bugfix: attach menu not shown in process list
  • Loading branch information
ChiChou committed Nov 9, 2023
1 parent bf26914 commit 6afa789
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"displayName": "frida Workbench",
"description": "Unofficial frida workbench for VSCode",
"version": "0.7.6",
"version": "0.7.7",
"engines": {
"vscode": "^1.69.1"
},
Expand Down Expand Up @@ -345,7 +345,7 @@
},
{
"command": "frida.attach",
"when": "view == fridaPs && viewItem == 'process|running'",
"when": "view == fridaPs && viewItem =~ /^process\\|/",
"group": "inline"
},
{
Expand Down

0 comments on commit 6afa789

Please sign in to comment.