matheusccastroo / vscode-meteor-toolbox

Meteor Toolbox extension for vscode
17 stars 2 forks source link

Fix windows path resolver #3

Closed matheusccastroo closed 2 years ago

matheusccastroo commented 2 years ago

Uri.path would leave a facing slash which then would generate a broken path when using path.resolve.

The fix here is to use VSCODE API to handle paths, using Uri.joinPaths.