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

"Compile On Save" is disabled VS2015 TypeScript Build options when tsconfig.json is present #6879

Closed
jslew opened this issue Feb 3, 2016 · 2 comments
Labels
Duplicate An existing issue was already created

Comments

@jslew
Copy link

jslew commented Feb 3, 2016

I'm trying to achieve both "allowJs" and "Compile On Save" at the same time. "allowJs" exists in tsconfig.json, but not the IDE's TypeScript Build options. "Compile On Save" exists in the IDE (which makes sense, since it is really an editor concern), but is disabled if tsconfig.json is present. What I think would be ideal is to allow "Compile On Save" to be lit up and active in the IDE regardless of whether tsconfig is present or not, even if the other options (which are passed through to to the compiler) are not available.

@jslew
Copy link
Author

jslew commented Feb 3, 2016

I rewrote the description of this to avoid duplicating issue #6879.

@jslew jslew changed the title AllowJs not exposed in VS2015 TypeScript Build options "Compile On Save" is disabled VS2015 TypeScript Build options when tsconfig.json is present Feb 3, 2016
@mhegazy
Copy link
Contributor

mhegazy commented Feb 3, 2016

please see my comment in #6767 (comment)

this should be handled by #2326

@mhegazy mhegazy closed this as completed Feb 3, 2016
@mhegazy mhegazy added the Duplicate An existing issue was already created label Feb 3, 2016
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Duplicate An existing issue was already created
Projects
None yet
Development

No branches or pull requests

2 participants