crystal-lang-tools/vscode-crystal-lang

macOS BigSur - .cache directory is getting created under the project directory

tuxaanand opened this issue · 2 comments

Describe the bug
The cache files produced for the sources scanned are getting created under the project directory - {project}/Users/{user}/.cache/crysta on macOS BigSur

To Reproduce
Steps to reproduce the behavior:

  1. Open a project folder with crystal sources
  2. A folder called 'Users' with the cache directory structure within that

Expected behavior
The cache directory should be created under the user's home directory

Screenshots
Screenshot 2021-04-14 at 12 28 43 PM

Desktop (please complete the following information):

  • OS: macOS BigSur
  • Crystal version: 1.0.0
  • This plugin version: 0.8.2

@tuxaanand I need some further info

  • Are you using an Intel machine?
  • The project was created with crystal init...?
  • VS Code version?

I cannot reproduce the bug.

image
image
image
image
image
image

Verify there's no .cache/crystal in home directory
Try remove the cache directory from the project

Also...I don't understand how this can be a plugin bug.