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
I removed the unnecessary interfaces and objects we aren't using.
tsconfig.json
I added the 'skipLibCheck' setting to the tsconfig.json file in order to ignore the *.d.ts errors we run into from dependencies (notably the vscode-languageclient dependency). You can now compile, and debug, this extension withough errors!
Changed Files
server.ts
I removed the unnecessary interfaces and objects we aren't using.
tsconfig.json
I added the 'skipLibCheck' setting to the tsconfig.json file in order to ignore the *.d.ts errors we run into from dependencies (notably the vscode-languageclient dependency). You can now compile, and debug, this extension withough errors!