Skip to content

Commit

Permalink
#2 Fixed command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
murtadapy committed Dec 23, 2024
1 parent 3128382 commit a2ccd59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 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.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "teleporter",
"displayName": "Teleporter",
"description": "Teleport the mouse cursor anywhere you want",
"version": "1.1.1",
"version": "1.1.2",
"publisher": "maltarouti",
"icon":"images/icon.png",
"engines": {
Expand Down Expand Up @@ -90,6 +90,10 @@
{
"command": "teleporter.lineTeleporter",
"title": "Line Teleporter"
},
{
"command": "teleporter.cancelTeleporting",
"title": "Cancel Teleporting"
}
],
"keybindings": [
Expand Down

0 comments on commit a2ccd59

Please sign in to comment.