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
constcopyAction=awaitvscode.window.showInformationMessage(`The current state is captured in a snapshot. Sharing the link '${uri}' allows anybody to create their own copy of this workspace.`,
165
-
'Copy URL to Clipboard','Copy Markdown button','Copy HTML button');
166
-
switch(copyAction){
167
-
case'Copy URL to Clipboard':
168
-
awaitvscode.env.clipboard.writeText(uri);
169
-
break;
170
-
case'Copy Markdown button':
171
-
awaitvscode.env.clipboard.writeText(`[](${uri})`);
172
-
break;
173
-
case'Copy HTML button':
174
-
awaitvscode.env.clipboard.writeText(`<a href="${uri}"><img alt="Open in Gitpod" src="https://gitpod.io/button/open-in-gitpod.svg"></a>`);
164
+
constcopyAction=awaitvscode.window.showInformationMessage(`The current state is captured in a snapshot. Using '${uri}' anybody can create their own copy of this workspace.`,
0 commit comments