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

Replacing request dependency #156

Open Technickel-Dev opened 1 year ago

Technickel-Dev commented 1 year ago

Request is officially depreciated as outlined by this official issue. Makes sense to replace it with a more modern and maintained http library.

My vote is on axios because that's the one I'm seeing often these days, but open for suggestions. When we come to a decision, I don't mind doing the work to make the replacement.