dotBunny / VSCode

Unity Visual Studio Code Integration
MIT License
673 stars 180 forks source link

Fix unnecessary space escape on all platforms #110

Closed ghost closed 8 years ago

ghost commented 8 years ago

Since the path is passed inside quotes to the program, the space escape is not necessary, it may even cause issues. Fixed missing enclosing summary tag Fixed function name to match project's standard (also C# coding standard)