Faust Aguilar
Faust Aguilar
Wow, @watzon Can you show us a screenshot with Scry and VSCode working on Windows? :heart_eyes:
Well, I installed WSL and We need to fix some things 0. Just syntax errors are detected, not methods neither types. 1. Crystal compiler can't read `C:\User\main\app.cr` but `/mnt/c/User/main/app.cr` 2....
I guess we can use the diagnostic hint `(did you mean ''?)` to suggest quick fixes, @crystal-lang-tools/scry WDYT?
If you have tested scry successfully in some editor , please feel free to contribute to scry wiki :+1:
@bmulvihill In fact I used to embed scry in vscode-crystal-lang. I removed it because some time ago scry was some unsable, bigger and slower :sweat_smile: Currently scry is pretty stable,...
I removed embedded scry here: https://github.com/crystal-lang-tools/vscode-crystal-lang/blob/master/CHANGELOG.md#change-8 BTW, I used 7zip because I was trying to ship scry as small as possible. Seems that isn't a problem now :100:
Oh, we can read it using `File.join(@workspace.root_uri, ".scry.yml")`
> And we should have a global config, and optionally a project config @bew Nice, Do you know a cross-platform way to access global config folder? On Linux would be...
Well. currently, I think `.scry.yml` per workspace is enough I guess we can support global `.scry.yml` later
Interesting, I guess I can use something like this: https://github.com/crystal-lang/shards/blob/master/src/config.cr :tada: