rbrisita / codio-sui

A media format for VS Code to record and playback the process of programming.
GNU Affero General Public License v3.0
10 stars 3 forks source link

Update VS Code Engine Support #171

Closed rbrisita closed 2 years ago

rbrisita commented 2 years ago

Update engine support to v1.66 to add AbortController and crypto.randomUUID functionality.

rbrisita commented 2 years ago

Node.js v16.14 added EventTarget to AbortSignal and unfortunately VS Code v1.66, 1.67, 1.68 (latest) only supports Node.js v16.13.