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

Fix prerelease #48

Closed clarkio closed 5 years ago

clarkio commented 5 years ago

What does this do?

It helps address feedback and issues raised with using the extension in its last pre-release version

What changed?

README.md

server.ts

How to test?

  1. git clone https://github.com/clarkio/vscode-twitch-highlighter.git
  2. cd vscode-twitch-highlighter
  3. npm i
  4. In VS Code, click the green triangle/play button in the debugger view
  5. Read and follow the instructions in README.md under "Requirements" and "Getting Started"
clarkio commented 5 years ago

Validated as working from @parithon, @FletcherCodes and @RamblingGeekUK (thanks to you all)