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
"ExtensionChannels.startingDownloadOutputMessage": "Starting download for Insiders build.",
142
+
"ExtensionChannels.optIntoProgramAgainMessage": "It looks like you were previously in the Insiders Program of the Python extension. Would you like to opt into the program again?",
142
143
"Interpreters.environmentPromptMessage": "We noticed a new virtual environment has been created. Do you want to select it for the workspace folder?",
143
144
"DataScience.restartKernelMessage": "Do you want to restart the IPython kernel? All variables will be lost.",
exportconstpromptMessage=localize('ExtensionChannels.promptMessage','We noticed you are using Visual Studio Code Insiders. Would you like to use the Insiders build of the Python extension?');
70
+
exportconstoptIntoProgramAgainMessage=localize('ExtensionChannels.optIntoProgramAgainMessage','It looks like you were previously in the Insiders Program of the Python extension. Would you like to opt into the program again?');
70
71
exportconstreloadToUseInsidersMessage=localize('ExtensionChannels.reloadToUseInsidersMessage','Please reload Visual Studio Code to use the insiders build of the Python extension.');
* Telemetry event sent with details when user clicks a button in the following prompt
953
+
* `Prompt message` :- 'It looks like you were previously in the Insiders Program of the Python extension. Would you like to opt into the program again?'
954
+
*/
955
+
[EventName.OPT_INTO_INSIDERS_AGAIN_PROMPT]: {
956
+
/**
957
+
* `Yes, weekly` When user selects to use "weekly" as extension channel
958
+
* `Yes, daily` When user selects to use "daily" as extension channel
959
+
* `No, thanks` When user decides to keep using the same extension channel as before
0 commit comments