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
thrownewError(`Failed to fetch schema for flow-cli version ${version}`)
45
+
thrownewError(`Failed to fetch schema for flowkit version ${flowkitVersion}`)
46
46
}
47
47
returnawaitresponse.text()
48
48
}).catch(async()=>{
49
-
voidvscode.window.showWarningMessage('Failed to fetch flow.json schema from flow-cli repo, using local schema instead. Please update flow-cli to the latest version to get the latest schema.')
49
+
voidvscode.window.showWarningMessage('Failed to fetch flow.json schema from flowkit repo, using local schema instead. Please update flow-cli to the latest version to get the latest schema.')
0 commit comments