I just noticed that the SilverStripe extension published on Open-VSX is missing the /node_modules/coffeescript directory in the .vsix file and thus draws the extension non-functioning. In this process, for whatever reason, other extensions break, too.
I have also noticed that the most recent version of the SilverStripe extension on the VSCode Marketplace is v1.0.6 while the version hinted in the GitHub project is v1.0.0:
I just noticed that the SilverStripe extension published on Open-VSX is missing the
/node_modules/coffeescript
directory in the.vsix
file and thus draws the extension non-functioning. In this process, for whatever reason, other extensions break, too.I have also noticed that the most recent version of the SilverStripe extension on the VSCode Marketplace is
v1.0.6
while the version hinted in the GitHub project isv1.0.0
:https://github.com/adrhumphreys/vscode-silverstripe/blob/a3fd311cdabdca6a23a3d5cc18c2bc00b7f16c2c/package.json#L10
Sadly, that project seems to be abandoned, so I don't think this is worth reporting to the original author.