Parallels / parallels-vscode-extension

Parallels Visual Studio Code
MIT License
30 stars 8 forks source link

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

Closed Neved4 closed 4 months ago

Neved4 commented 4 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 4 months ago

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

Neved4 commented 4 months ago

Thank you!