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
@@ -408,9 +408,10 @@ export class WebviewService {
408
408
content: webview.htmlContent,
409
409
items: webview.replaceables,
410
410
gists,
411
-
skip: cmd!=="extension.downloadSettings"
412
-
? `<a href="#" onclick="vscode.postMessage({close: true});" title="Skip (new one will be created upon first upload)" class="btn btn-primary mt-4">Skip (new one will be created upon first upload)</a>`
413
-
: ""
411
+
skip:
412
+
cmd!=="extension.downloadSettings"
413
+
? `<a href="#" onclick="vscode.postMessage({close: true});" title="Skip (new one will be created upon first upload)" class="btn btn-primary mt-4">Skip (new one will be created upon first upload)</a>`
0 commit comments