mamba-org / vscode-micromamba

A VSCode extension to generate development environments using micromamba and conda-forge package repository
BSD 3-Clause "New" or "Revised" License
87 stars 10 forks source link

ENOENT: no such file or directory, scandir 'C:\...' on Linux (WSL2) machine #27

Closed lucasfcnunes closed 1 year ago

lucasfcnunes commented 1 year ago

Environment

  1. node -v: N/A
  2. npm -v: N/A
  3. Operating system: WSL2 (Ubuntu 22.04, 5.15.90.1-microsoft-standard-WSL2, x86_64)

Prerequisite

[fill]

Steps to Reproduce

Relevant Debug Info

Expected Behavior

Extension successfully creates a .micromamba folder in the project folder

Actual Behavior

ENOENT: no such file or directory, scandir 'C:\home\lucasfcnunes\projects\getredash\redash'

image

*Clicking in 'Reload' doesn't solve the problem and it keeps showing no matter how many times you click on it.

corker commented 1 year ago

@lucasfcnunes please check if it's fixed in v0.1.15

corker commented 1 year ago

I assume this is fixed. Please, reopen the issue if it reappears.

lucasfcnunes commented 1 year ago

It works! Thanks!