tintinweb / vscode-inline-bookmarks

Customizable inline Bookmarks for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.vscode-inline-bookmarks
GNU General Public License v3.0
47 stars 14 forks source link

What should the 'jump to line' command do? #13

Closed maurelian closed 4 years ago

maurelian commented 4 years ago

It just opens a new Untitled file when I run it.

tintinweb commented 4 years ago

that's the command that is executed when you click on an item in the view. not meant to be called directly.

maurelian commented 4 years ago

There must be a way to hide it from the command palette, but it's not a big deal.

On Thu, Feb 6, 2020 at 3:57 AM tintin notifications@github.com wrote:

that's the command that is executed when you click on an item in the view. not meant to be called directly.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tintinweb/vscode-inline-bookmarks/issues/13?email_source=notifications&email_token=AFPXPJLKNBKKAVYN44PQYJLRBPGHLA5CNFSM4KQROJX2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEK6NLLY#issuecomment-582800815, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFPXPJNZY4HOUQ4RXZLLLO3RBPGHLANCNFSM4KQROJXQ .

-- John Mardlin Security Researcher ConsenSys Diligence diligence.consensys.net

tintinweb commented 4 years ago

delisting it from the contributions in package.json should do it. need to check if that breaks something :) will look into that.