You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
The required version of NodeJS is16 because of some historical reasons for this extension.
InstallNodeJS 16 (recommanded v16.20.2). You can usenvm to manage your NodeJS.Installvsce bynpm install -g cheerio@1.0.0-rc.9 vsce@2.15.0
Clone this repo, Open folder by vscode and then run command:
npm install
Pressctrl+shift+b to show vscode task
Usenpm: webpack to build this extension, and then you can press F5 to debug it.
Usebuild vsix to build as a vsix package.
Note
There may be syntax errors when opening project source code using VSCode, this is because the project uses an older Version of TypeScript, please pressCtrl+Shift+P to executeTypeScript: Select TypeScript Version... and select version:v3.9.x.