You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
VS and VSCode both use msbuild under the hood... they are really just frontends to the toolchain
I think it is just the quotes which added in case a space in the path, no idea why only an issue for you and dasho, unless Win7/Win10 thing. This should fix it #872
48c8192
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not only does it not work with VS community, but even the usual VScode wont compile.
48c8192
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VS and VSCode both use msbuild under the hood... they are really just frontends to the toolchain
I think it is just the quotes which added in case a space in the path, no idea why only an issue for you and dasho, unless Win7/Win10 thing. This should fix it #872