crystal-lang-tools / vscode-crystal-lang

Yet another VSCode extension for Crystal Programming Language
https://marketplace.visualstudio.com/items?itemName=crystal-lang-tools.crystal-lang
MIT License
277 stars 58 forks source link

Scry crashes if workspace not loaded with .cr file #79

Closed matthewmcgarvey closed 3 years ago

matthewmcgarvey commented 5 years ago

Scry will work if the workspace is opened with a crystal file in the editor already, but if there is no file in the editor or it is not a crystal file, scry will crash once a crystal file is opened and this extension loads. I can not get the error message from the scry process. This failure happens with both master and the release of this extension and using the master branch of scry. This is probably an issue in scry but I came here first to try to get an idea of what kind of error is happening.

faustinoaq commented 5 years ago

I think this is an issue in Scry, I'm working on migrating this extension to use scry by default, so lets keep this issue open until I figure out the solution.

Thank you for report it :+1: