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
errMsg=localize("native.binaries.not.supported","This {0} version of the extension is incompatible with your OS. Please download and install the \"{1}\" version of the extension.",GetOSName(installedPlatform),vsixName);
86
-
constdownloadLink: string=localize("download.button","Go to Download Page");
errMsg=localize("extension.installation.failed","The C/C++ extension failed to install successfully. You will need to repair or reinstall the extension for C/C++ language features to function properly.");
94
-
constreload: string=localize("remove.extension","Attempt to Repair");
// Check the Json files to declare if the extension has been installed successfully.
103
-
errMsg=localize("jason.files.missing","The C/C++ extension failed to install successfully. You will need to reinstall the extension for C/C++ language features to function properly.");
104
99
constdownloadLink: string=localize("download.button","Go to Download Page");
// Display a message specifically referring the user to the ARM64 Mac build on ARM64 Mac.
103
+
errMsg=localize("native.binaries.mismatch.osx","This Intel version of the extension has been installed. Since you are on an Apple Silicon Mac, we recommend installing the Apple Silicon version of the extension.");
// Reset the persistent boolean tracking whether to warn the user of architecture mismatch on OSX.
113
+
promptForMacArchictureMismatch.Value=true;
114
+
errMsg=localize("native.binaries.not.supported","This {0} version of the extension is incompatible with your OS. Please download and install the \"{1}\" version of the extension.",GetOSName(installedPlatformAndArchitecture.platform),vsixName);
// Reset the persistent boolean tracking whether to warn the user of architecture mismatch on OSX.
123
+
promptForMacArchictureMismatch.Value=true;
124
+
if(!(awaitutil.checkInstallBinariesExist())){
125
+
errMsg=localize("extension.installation.failed","The C/C++ extension failed to install successfully. You will need to repair or reinstall the extension for C/C++ language features to function properly.");
126
+
constreload: string=localize("remove.extension","Attempt to Repair");
// Check the Json files to declare if the extension has been installed successfully.
135
+
errMsg=localize("jason.files.missing","The C/C++ extension failed to install successfully. You will need to reinstall the extension for C/C++ language features to function properly.");
136
+
constdownloadLink: string=localize("download.button","Go to Download Page");
0 commit comments