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 4edc158 commit 828d21cCopy full SHA for 828d21c
webview-ui/src/components/welcome/WelcomeView.tsx
@@ -117,7 +117,10 @@ const WelcomeView = () => {
117
<div className="flex justify-end">
118
<VSCodeLink
119
href="#"
120
- onClick={e => { e.preventDefault(); vscode.postMessage({ type: "importSettings" }) }}
+ onClick={(e) => {
121
+ e.preventDefault()
122
+ vscode.postMessage({ type: "importSettings" })
123
+ }}
124
className="text-sm">
125
{t("welcome:importSettings")}
126
</VSCodeLink>
0 commit comments