File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Extension/src/LanguageServer Expand file tree Collapse file tree 1 file changed +1
-1
lines changed 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
- const message : string = localize ( "prerelease.message" , "There is a new pre-release version of the C/C++ extension, would you like to install it?" ) ;
1188
+ const message : string = localize ( "prerelease.message" , "There is a new pre-release version of the C/C++ extension. Would you like to install it?" ) ;
1189
1189
const yes : string = localize ( "yes.button" , "Yes" ) ;
1190
1190
const no : string = localize ( "no.button" , "No" ) ;
1191
1191
void vscode . window . showInformationMessage ( message , yes , no ) . then ( ( selection ) => {
You can’t perform that action at this time.
0 commit comments