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
console.log(localize('updateMessage',"Updating the Extension '{0}' to the version {1}",id,extension.version));
154
-
returnthis.installFromGallery(id,extension);
155
-
}else{
156
-
console.log(localize('forceUpdate',"Extension '{0}' v{1} is already installed, but a newer version {2} is available in the marketplace. Use '--force' option to update to newer version.",id,installedExtension.manifest.version,extension.version));
157
-
returnPromise.resolve(null);
158
-
}
159
-
}else{
160
-
console.log(localize('alreadyInstalled',"Extension '{0}' is already installed.",version ? `${id}@${version}` : id));
161
-
returnPromise.resolve(null);
162
-
}
163
-
}else{
164
-
console.log(localize('foundExtension',"Found '{0}' in the marketplace.",id));
console.log(localize('updateMessage',"Updating the Extension '{0}' to the version {1}",id,extension.version));
165
160
returnthis.installFromGallery(id,extension);
161
+
}else{
162
+
console.log(localize('forceUpdate',"Extension '{0}' v{1} is already installed, but a newer version {2} is available in the marketplace. Use '--force' option to update to newer version.",id,installedExtension.manifest.version,extension.version));
163
+
returnPromise.resolve(null);
166
164
}
165
+
}else{
166
+
console.log(localize('alreadyInstalled',"Extension '{0}' is already installed.",version ? `${id}@${version}` : id));
167
+
returnPromise.resolve(null);
168
+
}
169
+
}else{
170
+
console.log(localize('foundExtension',"Found '{0}' in the marketplace.",id));
0 commit comments