We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d24174 + 314f91b commit bd80cedCopy full SHA for bd80ced
Nodejs/Product/Nodejs/Options/NodejsIntellisenseOptionsPage.cs
@@ -84,6 +84,10 @@ public override void SaveSettingsToStorage() {
84
}
85
86
// Save settings.
87
+#if DEV14
88
+ // This setting needs to be present for the TypeScript editor to handle .js files in NTVS
89
+ SaveString("AnalysisLevel", "Preview");
90
+#endif
91
SaveBool(EnableAutomaticTypingsAcquisitionSetting, EnableAutomaticTypingsAcquisition);
92
SaveBool(ShowTypingsInfoBarSetting, ShowTypingsInfoBar);
93
SaveBool(SaveChangesToConfigFileSetting, SaveChangesToConfigFile);
0 commit comments