stoplightio / vscode-spectral

VS Code extension bringing the awesome Spectral JSON/YAML linter with OpenAPI/AsyncAPI support

Home Page:https://marketplace.visualstudio.com/items?itemName=stoplight.spectral

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extension has stopped working after updating to 0.2.5

emilioSp opened this issue · comments

Describe the bug
The extension doesn't work after updating to the last version (v0.2.5).
v0.2.4 works correctly.

To Reproduce
echo "openapi: 3.0.1" > test.yaml
code test.yaml

Expected behavior
The extension should report some problems.

Screenshots
v0.2.4
image

v0.2.5
image

Environment:

  • Extension version: 0.2.5
  • VS Code version: 1.54.2
  • Operating System: macOS Big Sur 11.2.2

Additional context
I have already tried to uninstall and reinstall vscode.

cc: @ioggstream

@emilioSp it seems that the extension needs to be built via

yarn install
node make.js package

and not via

vsce package

If this is confirmed, we can close.

@emilioSp when you have some time, can you pls check and eventually close this issue? Thx++!

Yes, we can close