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
// As a fallback just leave it saved and inform the user; they can use Open With... Hex Editor
460
+
}catch(openError){
461
+
vscode.window.showWarningMessage(
462
+
`Core wasm was extracted and saved to ${saveUri.fsPath}, but could not be opened automatically. You can open it manually (e.g., with "Open With... Hex Editor").`
0 commit comments