decentraland / editor-sdk6

VSCode extension for Decentraland SDK6
https://marketplace.visualstudio.com/items?itemName=DecentralandFoundation.decentraland
MIT License
3 stars 0 forks source link

fix: white spaces on windows #74

Closed cazala closed 1 year ago

cazala commented 1 year ago

Fixes #73

This PR changes the we handle the white spaces. Instead of scaping the white spaces with a blacklash (which does not work on Windows) now we wrap the whole path in double quotes, which works on both all platforms.