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
276 stars 58 forks source link

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

Closed tuxaanand closed 3 years ago

tuxaanand commented 3 years ago

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):

max-bertinetti commented 3 years ago

@tuxaanand I need some further info

max-bertinetti commented 3 years ago

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.