Skip to content

Correct default compileOnSave value for different projects#10528

Merged
zhengbli merged 1 commit into
microsoft:tsserverVS-WIPfrom
zhengbli:CoS-FixProjectDefaults
Aug 25, 2016
Merged

Correct default compileOnSave value for different projects#10528
zhengbli merged 1 commit into
microsoft:tsserverVS-WIPfrom
zhengbli:CoS-FixProjectDefaults

Conversation

@zhengbli

Copy link
Copy Markdown

Issue:
The default parameter value for compileOnSaveEnabled for External projects were set to true, but in calling the constructor, I used !!options.compileOnSaveEnabled which if not specified will be false, thus overrides the actual true default value. PR fixes the issue and make it more explicit.

@vladima

vladima commented Aug 25, 2016

Copy link
Copy Markdown
Contributor

👍

@zhengbli zhengbli merged commit eea2ddd into microsoft:tsserverVS-WIP Aug 25, 2016
@zhengbli zhengbli deleted the CoS-FixProjectDefaults branch August 25, 2016 17:46
@mhegazy

mhegazy commented Aug 25, 2016

Copy link
Copy Markdown
Contributor

ported to release-2.0 in 6c49dc2

@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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants