You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Skip the prompt if updateChannel was not set to Insiders.
149
-
if(settings.updateChannel==="Insiders"){
150
-
if(!displayedInsidersPrompt.Value){
151
-
displayedInsidersPrompt.Value=true;
152
-
constmessage: string=localize('updateChannel.changed',"The `C_Cpp.updateChannel` setting is deprecated. Do you want to enable install of pre-releases of the C/C++ extension via the Marketplace?");
// Skip the prompt if updateChannel was not set to Insiders.
147
+
if(settings.updateChannel==="Insiders"){
148
+
if(!displayedInsidersPrompt.Value){
149
+
displayedInsidersPrompt.Value=true;
150
+
constmessage: string=localize('updateChannel.changed',"The `C_Cpp.updateChannel` setting is deprecated. Do you want to enable install of pre-releases of the C/C++ extension via the Marketplace?");
0 commit comments