clarkio / vscode-twitch-highlighter

This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: `!line 8 server.js`. See master branch README.md for more details
https://clarkio.com
203 stars 14 forks source link

Clicking on highlight in menu creates a new file #42

Closed IAmFletcher closed 5 years ago

IAmFletcher commented 5 years ago
  1. Connect by clicking in the status bar
  2. Open an existing file
  3. Type !line <LineNumber> in Twitch chat
  4. Scroll up/down so the line isn't visible
  5. Open up the Twitch Highlighter menu
  6. Click on the highlighted line

Expected: Move to the highlighted line Actual: Created a new Untitled file

clarkio commented 5 years ago

Is there any way you can show a screen recording of what happened?

Here's what I'm seeing: issue-clip

IAmFletcher commented 5 years ago

proof

parithon commented 5 years ago

This happens when you open individual files without a workspace (i.e. folder). I'm working on a fix.

clarkio commented 5 years ago

Resolved in #46 but not yet released. Will close this issue once released.

IAmFletcher commented 5 years ago

Working in 0.1.3