lostintangent / whiteboard

A VS Code extension that adds a collaborative whiteboard to VS Live Share sessions
Other
65 stars 13 forks source link

Enable whiteboard in Live Share web #27

Closed aletsdelarosa closed 2 years ago

aletsdelarosa commented 4 years ago

Added extensionKind in package.json to enable the extension in VS Code web. Ran npm audit fix to solve some dependencies issues.

srivatsn commented 4 years ago

@aletsdelarosa you'll probably need to fix https://github.com/vsls-contrib/whiteboard/issues/23 for the extension to work well with latest insiders since they've made changes that break extensions that load resources that way.