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 d8705ea commit 410e731Copy full SHA for 410e731
packages/app/src/app/pages/VSCodeAuth/Prompt/index.tsx
@@ -92,9 +92,6 @@ export const Prompt: FunctionComponent = () => {
92
});
93
}, [vscodeUrl, authToken]);
94
95
- // Attempt to open VS Code when the page mounts.
96
- useEffect(() => openInVsCode(), [openInVsCode]);
97
-
98
if (error) {
99
return (
100
<Container>
0 commit comments