spaces
spaces copied to clipboard
Cannot activate the 'Live Share Spaces' extension because it depends on an unknown 'karigari.chat' extension .
I didn't have any Live Share Extension installed, I started installing Live Share Extension Pack and then installing Live Share Spaces and it shows a balloon with this error:
Cannot activate the 'Live Share Spaces' extension because it depends on an unknown 'karigari.chat' extension .
In the karigari.chat site (https://github.com/vsls-contrib/chat) tells
0.34.0: With this release, the integration with VS Live Share has now moved into the core VS Live Share extension! Thanks to everyone who tried it out, and helped make it a core experience for using Live Share.
so maybe you need to remove karigari.chat from your dependencies..
...
"extensionDependencies": [
"ms-vsliveshare.vsliveshare",
"ms-vsliveshare.vsliveshare-audio",
"karigari.chat"
],
...