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
@@ -277,10 +279,10 @@ async function notifyIfNewPDKVersion(context: vscode.ExtensionContext, settings:
277
279
.then((response)=>{
278
280
returnresponse.data;
279
281
})
280
-
.then((latest_version)=>{
281
-
if(version!==latest_version){
282
+
.then((latestVersion)=>{
283
+
if(version!==latestVersion){
282
284
returnvscode.window.showWarningMessage(
283
-
`The installed PDK version is ${version}, the newest version is ${latest_version}. To find out how to update to the latest version click the more info button`,
285
+
`The installed PDK version is ${version}, the newest version is ${latestVersion}. To find out how to update to the latest version click the more info button`,
0 commit comments