Skip to content

Commit

Permalink
Ensure expected settings for TypeScript powered intellisense is prese…
Browse files Browse the repository at this point in the history
…nt on Dev14
  • Loading branch information
billti committed Mar 2, 2017
1 parent 9d24174 commit 314f91b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ public override void SaveSettingsToStorage() {
}

// Save settings.
#if DEV14
// This setting needs to be present for the TypeScript editor to handle .js files in NTVS
SaveString("AnalysisLevel", "Preview");
#endif
SaveBool(EnableAutomaticTypingsAcquisitionSetting, EnableAutomaticTypingsAcquisition);
SaveBool(ShowTypingsInfoBarSetting, ShowTypingsInfoBar);
SaveBool(SaveChangesToConfigFileSetting, SaveChangesToConfigFile);
Expand Down

0 comments on commit 314f91b

Please sign in to comment.