useblocks / sphinx-needs-vscode

https://sphinx-needs-vscode.useblocks.com
MIT License
3 stars 2 forks source link

Normalizing paths generated to make plugin OS independent. #43

Open Rlaks10 opened 9 months ago

Rlaks10 commented 9 months ago

Currently the vscode plugin works only on unix or linux based system. This fixes it by using path seperator module and uri module to extract or generate paths.

haiyangToAI commented 8 months ago

Hi @Rlaks10,

I have created a PR #44 to support windows. Since I don't have a windows machine, can you please test it to see if it works on windows?