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
Copy file name to clipboardExpand all lines: Extension/src/LanguageServer/extension.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1185,7 +1185,7 @@ export async function preReleaseCheck(): Promise<void> {
1185
1185
// If the user isn't on the pre-release version, but one is available, prompt them to install it.
1186
1186
if(preReleaseAvailable){
1187
1187
displayedPreReleasePrompt.Value=true;
1188
-
constmessage: string=localize("prerelease.message","A pre-release version of the C/C++ extension is available. Would you like to switch to using the pre-release version?");
1188
+
constmessage: string=localize("prerelease.message","A pre-release version of the C/C++ extension is available. Would you like to switch to it?");
0 commit comments