Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS2015 typescript settings are not honored because they are set to apply to an incorrect platform within the csproj file #4077

Closed
richardspence opened this issue Jul 29, 2015 · 6 comments
Assignees
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue Visual Studio Integration with Visual Studio

Comments

@richardspence
Copy link

I created a new web application in vs 2015, and tweaked the default typescript settings. Within the csprj file they are only applied to 'Debug Any CPU' (note the space) When they should be Applied to Debug AnyCPU. This causes the settings to not be picked up at compiled time

@mhegazy mhegazy added the Bug A bug in TypeScript label Jul 29, 2015
@mhegazy mhegazy added this to the TypeScript 1.6 milestone Jul 29, 2015
@paulvanbrenk
Copy link
Contributor

Is this an Asp.net 4 or asp.net 5 project? And is this VS 2015 RTM?

@richardspence
Copy link
Author

I believe it's VS 2015 RTM, about reads: v 14.0.23107.0 D14REL

I used the classic Asp.net 4.5 web application template

@nukefusion
Copy link

+1. I can confirm this after struggling for a while to understand why the trusty old "Cannot compile external modules unless the --module flag is provided" message just wouldn't go away.

@danquirk
Copy link
Member

Manually editing the project file to your desired setting is at least unblocking you while we fix this right?

@richardspence
Copy link
Author

Yeah, that's exactly what I've done to unblock.

@paulvanbrenk
Copy link
Contributor

Checked in a fix, this is in the next release for VS.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript Fixed A PR has been merged for this issue Visual Studio Integration with Visual Studio
Projects
None yet
Development

No branches or pull requests

5 participants