mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-05-10 18:33:52 +01:00
Prettier run
This commit is contained in:
parent
7747351565
commit
36541954db
@ -305,9 +305,9 @@ export default class Explorer {
|
|||||||
}
|
}
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|
||||||
const link = document.createElement('a');
|
const link = document.createElement("a");
|
||||||
link.href = vscodeUrl;
|
link.href = vscodeUrl;
|
||||||
link.rel = 'noopener noreferrer';
|
link.rel = "noopener noreferrer";
|
||||||
document.body.appendChild(link);
|
document.body.appendChild(link);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user