We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07d1e3 commit 959bb34Copy full SHA for 959bb34
packages/vscode-host/src/deth/commands/ethViewerCommands.ts
@@ -17,7 +17,7 @@ export const ethViewerCommands = {
17
return path.startsWith("0x") ? path : undefined;
18
},
19
getApiName: (): string | undefined => {
20
- const { hostname, search } = window.location;
+ const { search } = window.location;
21
22
const searchParam = new URLSearchParams(search).get("explorer");
23
0 commit comments