Parallels / parallels-vscode-extension

Parallels Visual Studio Code
MIT License
27 stars 7 forks source link

refactor: use `process.env.HOME` for consistent home path retrieval #95

Closed Neved4 closed 2 months ago

Neved4 commented 2 months ago

Description

Addresses an issue where the retrieval of the home path was inconsistent across different operating systems in the getFoldersBasePath function.

Summary

Checklist:

cjlapao commented 2 months ago

@Neved4 Thank you for this fix, this is now merged and will be released in the next patch

Neved4 commented 2 months ago

Thank you!